Table of Contents

LoginErrorType

Specifies the types of errors that can occur when attempting to login.

Fields
AlreadyLoggedIn = 6

Logging in operation aborted, because already logged in.

You have to call AuthClient.Logout before attempting to log in again.

ConcurrentConnection = 7

Connection to the coherence Cloud has been forcefully closed by the server.

ConnectionError = 12
IdentityLimit = 13
IdentityNotFound = 14
IdentityTaken = 16
IdentityTotalLimit = 17
InternalException = 21
InvalidConfig = 8

Logging in failed because of invalid Online Dashboard configuration.

InvalidCredentials = 2

Logging in failed because an invalid username, password of session token was provided.

InvalidInput = 18
InvalidResponse = 4

Logging in failed because was unable to deserialize the response from the server.

NoProjectSelected = 23
None = 0

Log in operation was completed successfully.

OneTimeCodeExpired = 10
OneTimeCodeNotFound = 11
PasswordNotSet = 19
SchemaNotFound = 22
ServerError = 1

Logging in failed because of server error.

TooManyRequests = 5

Logging 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

See Also

LoginWithPassword(string, string, bool, CancellationToken)