Type Alias: RTMCallError
type RTMCallError =
| RTMPlatformError
| RTMWebsocketError
| RTMNoReplyReceivedError
| RTMSendWhileDisconnectedError
| RTMSendWhileNotReadyError;
Defined in: errors.ts:26
type RTMCallError =
| RTMPlatformError
| RTMWebsocketError
| RTMNoReplyReceivedError
| RTMSendWhileDisconnectedError
| RTMSendWhileNotReadyError;
Defined in: errors.ts:26