Class: MissingStateError
Extends
Error
Implements
Constructors
new MissingStateError()
new MissingStateError(message?): MissingStateError
Parameters
• message?: string
Returns
Inherited from
Error.constructor
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1082
Properties
code
code: ErrorCode = ErrorCode.MissingStateError;
Implementation of
Defined in
packages/oauth/src/errors.ts:26
message
message: string;
Implementation of
Inherited from
Error.message
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1077
name
name: string;
Implementation of
Inherited from
Error.name
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?
optional stack: string;
Implementation of
Inherited from
Error.stack
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1078