Type Alias: RTMCallError
type RTMCallError:
| RTMPlatformError
| RTMWebsocketError
| RTMNoReplyReceivedError
| RTMSendWhileDisconnectedError
| RTMSendWhileNotReadyError;
type RTMCallError:
| RTMPlatformError
| RTMWebsocketError
| RTMNoReplyReceivedError
| RTMSendWhileDisconnectedError
| RTMSendWhileNotReadyError;