@slack/web-api / CodedError
Defined in: src/errors.ts:10
All errors produced by this package adhere to this interface
ErrnoException
code: ErrorCode;Defined in: src/errors.ts:11
NodeJS.ErrnoException.codeoptional errno: number;Defined in: node_modules/@types/node/globals.d.ts:196
NodeJS.ErrnoException.errnomessage: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077
NodeJS.ErrnoException.messagename: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076
NodeJS.ErrnoException.nameoptional path: string;Defined in: node_modules/@types/node/globals.d.ts:198
NodeJS.ErrnoException.pathoptional stack: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078
NodeJS.ErrnoException.stackoptional syscall: string;Defined in: node_modules/@types/node/globals.d.ts:199
NodeJS.ErrnoException.syscall