AuthError
Hierarchy
↳ AuthError
Index
Constructors
Properties
Constructors
constructor
+ new AuthError(message
: string, cause?
: Error): AuthError
Defined in packages/auth-interceptor/src/authError.ts:2
Parameters:
Name | Type |
| string |
|
Returns: AuthError
Properties
Optional
cause
Optional
cause• cause? : Error
Defined in packages/auth-interceptor/src/authError.ts:2
message
• message: string
Inherited from AuthError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
name
• name: string
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
Optional
stack
Optional
stack• stack? : undefined | string
Inherited from AuthError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
Static
Error
Static
Error▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984
Last updated