Type Alias: SMCallError
type SMCallError:
| SMPlatformError
| SMWebsocketError
| SMNoReplyReceivedError
| SMSendWhileDisconnectedError
| SMSendWhileNotReadyError;
type SMCallError:
| SMPlatformError
| SMWebsocketError
| SMNoReplyReceivedError
| SMSendWhileDisconnectedError
| SMSendWhileNotReadyError;