Options
All
  • Public
  • Public/Protected
  • All
Menu

General error class thrown by the MSAL.js library.

Hierarchy

Index

Constructors

constructor

  • new AuthError(errorCode: string, errorMessage?: string): AuthError
  • Parameters

    • errorCode: string
    • Optional errorMessage: string

    Returns AuthError

Properties

errorCode

errorCode: string

errorMessage

errorMessage: string

message

message: string

name

name: string

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Methods

Static createUnexpectedError

  • createUnexpectedError(errDesc: string): AuthError
  • Parameters

    • errDesc: string

    Returns AuthError

Generated using TypeDoc