Skip to main content

Class: AuthError

Defined in: src/server/auth/guards.ts:44

Extends

  • Error

Constructors

Constructor

new AuthError(message?): AuthError

Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1082

Parameters

message?

string

Returns

AuthError

Inherited from

Error.constructor

Constructor

new AuthError(message?, options?): AuthError

Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1082

Parameters

message?

string

options?

ErrorOptions

Returns

AuthError

Inherited from

Error.constructor

Properties

cause?

optional cause?: unknown

Defined in: website/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

Error.cause


message

message: string

Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message


name

name: string

Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name


stack?

optional stack?: string

Defined in: website/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack