Search
Preparing search index...
The search index is not available
msal
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"error/AuthError"
AuthError
Class AuthError
General error class thrown by the MSAL.js library.
Hierarchy
Error
AuthError
ClientAuthError
ServerError
Index
Constructors
constructor
Properties
error
Code
error
Message
message
name
stack
Error
Methods
create
Unexpected
Error
Constructors
constructor
new
Auth
Error
(
errorCode
:
string
, errorMessage
?:
string
)
:
AuthError
Parameters
errorCode:
string
Optional
errorMessage:
string
Returns
AuthError
Properties
error
Code
error
Code
:
string
error
Message
error
Message
:
string
message
message
:
string
name
name
:
string
Optional
stack
stack
:
string
Static
Error
Error
:
ErrorConstructor
Methods
Static
create
Unexpected
Error
create
Unexpected
Error
(
errDesc
:
string
)
:
AuthError
Parameters
errDesc:
string
Returns
AuthError
Globals
"error/
Auth
Error"
Auth
Error
constructor
error
Code
error
Message
message
name
stack
Error
create
Unexpected
Error
Auth
Error
Message
Generated using
TypeDoc
General error class thrown by the MSAL.js library.