MonoCloud Authentication SDK
    Preparing search index...

    Error thrown when a request to the MonoCloud authorization server fails.

    This error typically indicates a network failure, an unexpected HTTP response, or an unsuccessful response returned by the authorization server.

    Hierarchy

    Index

    The raw HTTP response this error was derived from.

    • get status(): number | undefined

      HTTP status code of the response that caused the error.

      Undefined when no response was received, such as a network failure.

      Returns number | undefined

    • get statusText(): string | undefined

      HTTP status text of the response that caused the error.

      Returns string | undefined