@slack/rtm-api / RTMSendWhileDisconnectedError
Interface: RTMSendWhileDisconnectedError
Defined in: src/errors.ts:47
All errors produced by this package adhere to this interface
Extends
Properties
code
code: SendWhileDisconnectedError;
Defined in: src/errors.ts:48
Overrides
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