Error class for MSAL Runtime errors that preserves detailed broker information

Hierarchy

Constructors

Properties

correlationId: string

CorrelationId associated with the error

errorCode: string

Short string denoting error

errorMessage: string

Detailed description of error

platformBrokerError?: PlatformBrokerError

Default PlatformBrokerError from MsalNodeRuntime when broker is enabled

statusCode: number

Numeric error code from MSAL Runtime

subError: string

Describes the subclass of an error

tag: string

Error tag from MSAL Runtime

Methods

Generated using TypeDoc