From 1fea7b0aa6ffbd7d87a7d23ef9c642c109697758 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 16 May 2024 11:48:35 +0200 Subject: Add basic issues, abstract project loading to component in web --- BugMine.Sdk/Exceptions/BugMineException.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'BugMine.Sdk/Exceptions') diff --git a/BugMine.Sdk/Exceptions/BugMineException.cs b/BugMine.Sdk/Exceptions/BugMineException.cs index 7e843b3..5c81e48 100644 --- a/BugMine.Sdk/Exceptions/BugMineException.cs +++ b/BugMine.Sdk/Exceptions/BugMineException.cs @@ -19,5 +19,6 @@ public class BugMineException : MatrixException { public new static class ErrorCodes { public const string UserNotInRoom = "BUGMINE_USER_NOT_IN_ROOM"; + public const string ProjectNotFound = "BUGMINE_PROJECT_NOT_FOUND"; } } \ No newline at end of file -- cgit 1.5.1