Language

MmsError Enum

Definition

Enumerates values returned by several methods of MmsError.

public enum MmsError
type MmsError = 
Inheritance
MmsError

Fields

Name Value Description
Unspecified 1

Unspecific MMS error occurred during send/download.

Android reference for android.telephony.SmsManager.MMS_ERROR_UNSPECIFIED.

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.

InvalidApn 2

ApnException occurred during MMS network setup.

Android reference for android.telephony.SmsManager.MMS_ERROR_INVALID_APN.

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.

UnableConnectMms 3

An error occurred during the MMS connection setup.

Android reference for android.telephony.SmsManager.MMS_ERROR_UNABLE_CONNECT_MMS.

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.

HttpFailure 4

An error occurred during the HTTP client setup.

Android reference for android.telephony.SmsManager.MMS_ERROR_HTTP_FAILURE.

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.

IoError 5

An I/O error occurred reading the PDU.

Android reference for android.telephony.SmsManager.MMS_ERROR_IO_ERROR.

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.

Retry 6

An error occurred while retrying sending/downloading the MMS.

Android reference for android.telephony.SmsManager.MMS_ERROR_RETRY.

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.

ConfigurationError 7

The carrier-dependent configuration values could not be loaded.

Android reference for android.telephony.SmsManager.MMS_ERROR_CONFIGURATION_ERROR.

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.

NoDataNetwork 8

There is neither Wi-Fi nor mobile data network.

Android reference for android.telephony.SmsManager.MMS_ERROR_NO_DATA_NETWORK.

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.

InvalidSubscriptionId 9

The subscription id for the send/download is invalid.

Android reference for android.telephony.SmsManager.MMS_ERROR_INVALID_SUBSCRIPTION_ID.

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.

InactiveSubscription 10

The subscription id for the send/download is inactive.

Android reference for android.telephony.SmsManager.MMS_ERROR_INACTIVE_SUBSCRIPTION.

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.

DataDisabled 11

Data is disabled for the MMS APN.

Android reference for android.telephony.SmsManager.MMS_ERROR_DATA_DISABLED.

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.

MmsDisabledByCarrier 12

MMS is disabled by a carrier.

Android reference for android.telephony.SmsManager.MMS_ERROR_MMS_DISABLED_BY_CARRIER.

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.

Remarks

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.

Applies to