Unknown operation error, handling not categorized error cases.

Hierarchy

Constructors

  • The default constructor.

    Parameters

    • description: string

      provides details about the error that occurred.

    • Optional cause: string

      the exception (if any) that caused this error.

    • Optional sessionProvider: SessionProvider

      the SessionProvider that can be used to continue with the operation.

    Returns AuthenticationUnknownError

Properties

description: string

Provides details about the error that occurred.

cause?: string

The exception (if any) that caused this error.

sessionProvider?: SessionProvider

The SessionProvider that can be used to continue with the operation.

Generated using TypeDoc