LoginErrorType
Specifies the types of errors that can occur when attempting to login.
Fields
AlreadyLoggedIn = 6Logging in operation aborted, because already logged in.
You have to call AuthClient.Logout before attempting to log in again.
ConcurrentConnection = 7Connection to the coherence Cloud has been forcefully closed by the server.
ConnectionError = 12IdentityLimit = 13IdentityNotFound = 14IdentityTaken = 16IdentityTotalLimit = 17InvalidConfig = 8Logging in failed because of invalid Online Dashboard configuration.
InvalidCredentials = 2Logging in failed because an invalid username, password of session token was provided.
InvalidInput = 18InvalidResponse = 4Logging in failed because was unable to deserialize the response from the server.
None = 0Log in operation was completed successfully.
OneTimeCodeExpired = 10OneTimeCodeNotFound = 11PasswordNotSet = 19ServerError = 1Logging in failed because of server error.
TooManyRequests = 5Logging in failed because too many requests have been sent within a short amount of time.
Please slow down the rate of sending requests, and try again later.
UsernameNotAvailable = 20