We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1786875 + f1cacea commit cc44bfdCopy full SHA for cc44bfd
server/StrDss.Common/Constants.cs
@@ -653,7 +653,7 @@ public static class RegistrationValidationText
653
public const string ExemptionStatusNotFound = "Exemption status not found.";
654
public const string StatusNotFound = "Registration validation Api did not return a registration status.";
655
public const string ValidationException = "Registration validation Api threw an undhandled exception.";
656
- public const string ValidationException404 = "404: Permit not found.";
657
- public const string ValidationException401 = "401: Unauthorized access.";
+ public const string ValidationException404 = "Permit not found.";
+ public const string ValidationException401 = "Unauthorized access.";
658
}
659
0 commit comments