Type Alias: SMCallError
type SMCallError =
| SMPlatformError
| SMWebsocketError
| SMNoReplyReceivedError
| SMSendWhileDisconnectedError
| SMSendWhileNotReadyError;
Defined in: packages/socket-mode/src/errors.ts:20
type SMCallError =
| SMPlatformError
| SMWebsocketError
| SMNoReplyReceivedError
| SMSendWhileDisconnectedError
| SMSendWhileNotReadyError;
Defined in: packages/socket-mode/src/errors.ts:20