General error class thrown by the MSAL.js library.

Hierarchy

Constructors

  • Parameters

    • Optional errorCode: string
    • Optional errorMessage: string
    • Optional suberror: string

    Returns AuthError

Properties

correlationId: string

CorrelationId associated with the error

errorCode: string

Short string denoting error

errorMessage: string

Detailed description of error

subError: string

Describes the subclass of an error

Methods

  • Parameters

    • correlationId: string

    Returns void

Generated using TypeDoc