AuthError
Hierarchy
↳ AuthError
Index
Constructors
Properties
Constructors
constructor
+ new AuthError(message
: string, cause?
: Error): AuthError
Parameters:
Name | Type |
| string |
|
Returns: AuthError
Properties
Optional
cause
Optional
cause• cause? : Error
message
• message: string
Inherited from AuthError.message
name
• name: string
Optional
stack
Optional
stack• stack? : undefined | string
Inherited from AuthError.stack
Static
Error
Static
Error▪ Error: ErrorConstructor
Last updated