@slack/rtm-api / RTMPlatformError
Interface: RTMPlatformError
Defined in: src/errors.ts:33
All errors produced by this package adhere to this interface
Extends
Properties
code
code: SendMessagePlatformError;
Defined in: src/errors.ts:34
Overrides
data
data: RTMCallResult;
Defined in: src/errors.ts:35
errno?
optional errno: number;
Defined in: node_modules/@types/node/globals.d.ts:196
Inherited from
message
message: string;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
name
name: string;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
path?
optional path: string;
Defined in: node_modules/@types/node/globals.d.ts:198
Inherited from
stack?
optional stack: string;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
syscall?
optional syscall: string;
Defined in: node_modules/@types/node/globals.d.ts:199