AuthError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

+ new AuthError(message: string, cause?: Error): AuthError

Defined in packages/auth-interceptor/src/authError.ts:2

Parameters:

Name

Type

message

string

cause?

Returns: AuthError

Properties

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

Inherited from AuthError.name

Defined in node_modules/typescript/lib/lib.es5.d.ts:973

Optional stack

stack? : undefined | string

Inherited from AuthError.stack

Overrides 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

Last updated