Skip to main content

Class: MissingStateError

Defined in: packages/oauth/src/errors.ts:25

Extends

  • Error

Implements

Constructors

new MissingStateError()

new MissingStateError(message?): MissingStateError

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

Parameters

message?

string

Returns

MissingStateError

Inherited from

Error.constructor

Properties

code

code: ErrorCode = ErrorCode.MissingStateError;

Defined in: packages/oauth/src/errors.ts:26

Implementation of

CodedError.code


message

message: string;

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

Implementation of

CodedError.message

Inherited from

Error.message

name

name: string;

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

Implementation of

CodedError.name

Inherited from

Error.name

stack?

optional stack: string;

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

Implementation of

CodedError.stack

Inherited from

Error.stack