SmsResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SmsResult
type SmsResult =
- Inheritance
-
SmsResult
Fields
| Name | Value | Description |
|---|---|---|
| RadioNotAvailable | 9 | Failed because the radio was not available Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NetworkReject | 10 | Failed because of network rejection Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidArguments | 11 | Failed because of invalid arguments Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidState | 12 | Failed because of an invalid state Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoMemory | 13 | Failed because there is no memory Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidSmsFormat | 14 | Failed because the sms format is not valid Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SystemError | 15 | Failed because of a system error Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ModemError | 16 | Failed because of a modem error Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NetworkError | 17 | Failed because of a network error Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| EncodingError | 18 | Failed because of an encoding error Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidSmscAddress | 19 | Failed because of an invalid smsc address Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| OperationNotAllowed | 20 | Failed because the operation is not allowed Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InternalError | 21 | Failed because of an internal error Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoResources | 22 | Failed because there are no resources Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Cancelled | 23 | Failed because the operation was cancelled Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RequestNotSupported | 24 | Failed because the request is not supported Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoBluetoothService | 25 | Failed sending via bluetooth because the bluetooth service is not available Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidBluetoothAddress | 26 | Failed sending via bluetooth because the bluetooth device address is invalid Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| BluetoothDisconnected | 27 | Failed sending via bluetooth because bluetooth disconnected Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| UnexpectedEventStopSending | 28 | Failed sending because the user denied or canceled the dialog displayed for a premium shortcode sms or rate-limited sms. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SmsBlockedDuringEmergency | 29 | Failed sending during an emergency call Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SmsSendRetryFailed | 30 | Failed to send an sms retry Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RemoteException | 31 | Set by BroadcastReceiver to indicate a remote exception while handling a message. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoDefaultSmsApp | 32 | Set by BroadcastReceiver to indicate there's no default sms app. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| UserNotAllowed | 33 | User is not associated with the subscription. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilRadioNotAvailable | 100 | The radio did not start or is resetting. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSmsSendFailRetry | 101 | The radio failed to send the sms and needs to retry. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNetworkReject | 102 | The sms request was rejected by the network. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInvalidState | 103 | The radio returned an unexpected request for the current state. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInvalidArguments | 104 | The radio received invalid arguments in the request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNoMemory | 105 | The radio didn't have sufficient memory to process the request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilRequestRateLimited | 106 | The radio denied the operation due to overly-frequent requests. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInvalidSmsFormat | 107 | The radio returned an error indicating invalid sms format. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSystemErr | 108 | The radio encountered a platform or system error. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilEncodingErr | 109 | The SMS message was not encoded properly. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInvalidSmscAddress | 110 | The specified SMSC address was invalid. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilModemErr | 111 | The vendor RIL received an unexpected or incorrect response. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNetworkErr | 112 | The radio received an error from the network. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInternalErr | 113 | The modem encountered an unexpected error scenario while handling the request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilRequestNotSupported | 114 | The request was not supported by the radio. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInvalidModemState | 115 | The radio cannot process the request in the current modem state. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNetworkNotReady | 116 | The network is not ready to perform the request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilOperationNotAllowed | 117 | The radio reports the request is not allowed. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNoResources | 118 | There are insufficient resources to process the request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilCancelled | 119 | The request has been cancelled. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSimAbsent | 120 | The radio failed to set the location where the CDMA subscription can be retrieved because the SIM or RUIM is absent. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSimultaneousSmsAndCallNotAllowed | 121 | 1X voice and SMS are not allowed simultaneously. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilAccessBarred | 122 | Access is barred. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilBlockedDueToCall | 123 | SMS is blocked due to call control, e.g., resource unavailable in the SMR entity. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilGenericError | 124 | A RIL error occurred during the SMS send. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInvalidResponse | 125 | A RIL internal error when one of the RIL layers receives an unrecognized response from a lower layer. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSimPin2 | 126 | Operation requires SIM PIN2 to be entered Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSimPuk2 | 127 | Operation requires SIM PUK2 to be entered Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSubscriptionNotAvailable | 128 | Fail to find CDMA subscription from specified location Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSimError | 129 | Received error from SIM card Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilInvalidSimState | 130 | Cannot process the request in current SIM state Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNoSmsToAck | 131 | ACK received when there is no SMS to ack Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSimBusy | 132 | SIM is busy Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilSimFull | 133 | The target EF is full Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNoSubscription | 134 | Device does not have subscription Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilNoNetworkFound | 135 | Network cannot be found Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilDeviceInUse | 136 | Operation cannot be performed because the device is currently in use Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| RilAborted | 137 | Operation aborted Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ResultSmsSendFailedAfterMaxRetry | 138 | Indicates that the SMS sending operation failed because all allowed retry attempts were exhausted without successfully sending the message. This is distinct from RESULT_SMS_SEND_RETRY_FAILED, which signals a single failed retry attempt where further retries might still be scheduled. In contrast, RESULT_SMS_SEND_FAILED_AFTER_MAX_RETRY signifies that the maximum retry limit has been surpassed, and no more attempts will be made for this SMS message. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ReceiveDispatchFailure | 500 | SMS receive dispatch failure. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ReceiveInjectedNullPdu | 501 | SMS receive injected null PDU. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ReceiveRuntimeException | 502 | SMS receive encountered runtime exception. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ReceiveNullMessageFromRil | 503 | SMS received null message from the radio interface layer. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ReceiveWhileEncrypted | 504 | SMS short code received while the phone is in encrypted state. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ReceiveSqlException | 505 | SMS receive encountered an SQL exception. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ReceiveUriException | 506 | SMS receive an exception parsing a uri. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |