Class ServerAuthenticationErrorCodes
ServerAuthenticationErrorCodes lists the error codes to expect from ServerAuthenticationException
and failed events.
The error code range is the same as AuthenticationException: 10000 to 10999.
Inherited Members
Namespace: Unity.Services.Authentication.Server
Assembly: solution.dll
Syntax
public static class ServerAuthenticationErrorCodes
Fields
Name | Description |
---|---|
ClientInvalidUserState | A client error that is returned when the user is not in the right state. For example, calling SignOut when the user is already signed out will result in this error. |
InvalidParameters | The error returned when the parameter is missing or not in the right format. |
MinValue | The minimal value of an Authentication error code. Any error code thrown from Authentication SDK less than it is from CommonErrorCodes. |