Skip to main content

@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

CodedError.code


errno?

optional errno: number;

Defined in: node_modules/@types/node/globals.d.ts:196

Inherited from

CodedError.errno


message

message: string;

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

Inherited from

CodedError.message


name

name: string;

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

Inherited from

CodedError.name


path?

optional path: string;

Defined in: node_modules/@types/node/globals.d.ts:198

Inherited from

CodedError.path


stack?

optional stack: string;

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

Inherited from

CodedError.stack


syscall?

optional syscall: string;

Defined in: node_modules/@types/node/globals.d.ts:199

Inherited from

CodedError.syscall