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