Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ErrorCode

    Provides a collection of error codes used in the application.

    Inheritance
    object
    ErrorCode
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public static class ErrorCode

    Properties

    | Edit this page View Source

    ChallengeNotAvailable

    Gets the error code for "ChallengeNotAvailable".

    Declaration
    public static string ChallengeNotAvailable { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CodeMismatch

    Gets the error code for "CodeMismatch".

    Declaration
    public static string CodeMismatch { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ExpiredCode

    Gets the error code for "ExpiredCode".

    Declaration
    public static string ExpiredCode { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    InternalServerError

    Gets the error code for "InternalServerError".

    Declaration
    public static string InternalServerError { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    InvalidPassword

    Gets the error code for "InvalidPassword".

    Declaration
    public static string InvalidPassword { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LimitExceeded

    Gets the error code for "LimitExceeded".

    Declaration
    public static string LimitExceeded { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NotAuthorized

    Gets the error code for "NotAuthorized".

    Declaration
    public static string NotAuthorized { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OAuthResponseError

    Gets the error code for "OAuthResponseError".

    Declaration
    public static string OAuthResponseError { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PasswordResetRequired

    Gets the error code for "PasswordResetRequired".

    Declaration
    public static string PasswordResetRequired { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TooManyRequests

    Gets the error code for "TooManyRequests".

    Declaration
    public static string TooManyRequests { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserNotConfirmed

    Gets the error code for "UserNotConfirmed".

    Declaration
    public static string UserNotConfirmed { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserNotFound

    Gets the error code for "UserNotFound".

    Declaration
    public static string UserNotFound { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UsernameAlreadyExists

    Gets the error code for "UsernameAlreadyExists".

    Declaration
    public static string UsernameAlreadyExists { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX