MonoCloud Management SDK
    Preparing search index...

    Interface IdentityError

    Identity Error: Represents a validation or processing error returned by the identity system.

    IdentityError

    interface IdentityError {
        code: string;
        description: string;
    }
    Index

    Properties

    Properties

    code: string

    Machine-readable error code.

    IdentityError

    description: string

    Human-readable description of the error.

    IdentityError