Class ErrorCode
Provides a collection of error codes used in the application.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public static class ErrorCode
Properties
| Edit this page View SourceChallengeNotAvailable
Gets the error code for "ChallengeNotAvailable".
Declaration
public static string ChallengeNotAvailable { get; }
Property Value
Type | Description |
---|---|
string |
CodeMismatch
Gets the error code for "CodeMismatch".
Declaration
public static string CodeMismatch { get; }
Property Value
Type | Description |
---|---|
string |
ExpiredCode
Gets the error code for "ExpiredCode".
Declaration
public static string ExpiredCode { get; }
Property Value
Type | Description |
---|---|
string |
InternalServerError
Gets the error code for "InternalServerError".
Declaration
public static string InternalServerError { get; }
Property Value
Type | Description |
---|---|
string |
InvalidPassword
Gets the error code for "InvalidPassword".
Declaration
public static string InvalidPassword { get; }
Property Value
Type | Description |
---|---|
string |
LimitExceeded
Gets the error code for "LimitExceeded".
Declaration
public static string LimitExceeded { get; }
Property Value
Type | Description |
---|---|
string |
NotAuthorized
Gets the error code for "NotAuthorized".
Declaration
public static string NotAuthorized { get; }
Property Value
Type | Description |
---|---|
string |
OAuthResponseError
Gets the error code for "OAuthResponseError".
Declaration
public static string OAuthResponseError { get; }
Property Value
Type | Description |
---|---|
string |
PasswordResetRequired
Gets the error code for "PasswordResetRequired".
Declaration
public static string PasswordResetRequired { get; }
Property Value
Type | Description |
---|---|
string |
TooManyRequests
Gets the error code for "TooManyRequests".
Declaration
public static string TooManyRequests { get; }
Property Value
Type | Description |
---|---|
string |
UserNotConfirmed
Gets the error code for "UserNotConfirmed".
Declaration
public static string UserNotConfirmed { get; }
Property Value
Type | Description |
---|---|
string |
UserNotFound
Gets the error code for "UserNotFound".
Declaration
public static string UserNotFound { get; }
Property Value
Type | Description |
---|---|
string |
UsernameAlreadyExists
Gets the error code for "UsernameAlreadyExists".
Declaration
public static string UsernameAlreadyExists { get; }
Property Value
Type | Description |
---|---|
string |