We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b387e commit 52f26dbCopy full SHA for 52f26db
1 file changed
Source/HttpsRichardy.Federation.Domain/Errors/PermissionErrors.cs
@@ -7,6 +7,11 @@ public static class PermissionErrors
7
Description: "The permission with the specified name already exists."
8
);
9
10
+ public static readonly Error PermissionNameIsReserved = new(
11
+ Code: "#ERROR-7B1E2",
12
+ Description: "The permission name is reserved by the system."
13
+ );
14
+
15
public static readonly Error PermissionDoesNotExist = new(
16
Code: "#ERROR-93697",
17
Description: "The specified permission does not exist."
0 commit comments