Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 854 Bytes

File metadata and controls

67 lines (41 loc) · 854 Bytes

@slack/oauth / CodedError

Interface: CodedError

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

Extends

  • Error

Properties

code

code: string;

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


message

message: string;

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

Inherited from

Error.message

name

name: string;

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

Inherited from

Error.name

stack?

optional stack: string;

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

Inherited from

Error.stack