We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59abdf commit 0c1f7ebCopy full SHA for 0c1f7eb
1 file changed
Applications/Backend/Source/HttpsRichardy.Federation.Domain/Errors/ClientErrors.cs
@@ -17,6 +17,11 @@ public static class ClientErrors
17
Description: "The client already has the specified audience assigned."
18
);
19
20
+ public static readonly Error AudienceNotAssigned = new(
21
+ Code: "#ERROR-B3F8E",
22
+ Description: "The client does not have the specified audience assigned."
23
+ );
24
+
25
public static readonly Error PermissionNotAssigned = new(
26
Code: "#ERROR-C2FB0",
27
Description: "The client does not have the specified permission assigned."
0 commit comments