@slack/web-api / WebAPIHTTPError
Defined in: src/errors.ts:51
All errors produced by this package adhere to this interface
optional body: any;Defined in: src/errors.ts:57
code: HTTPError;Defined in: src/errors.ts:52
optional errno: number;Defined in: node_modules/@types/node/globals.d.ts:196
headers: IncomingHttpHeaders;Defined in: src/errors.ts:55
message: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077
name: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076
optional path: string;Defined in: node_modules/@types/node/globals.d.ts:198
optional stack: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078
statusCode: number;Defined in: src/errors.ts:53
statusMessage: string;Defined in: src/errors.ts:54
optional syscall: string;Defined in: node_modules/@types/node/globals.d.ts:199