Share via


MbmsErrors.GeneralErrors.ErrorOutOfMemory Field

Definition

Indicates that the middleware ran out of memory and was unable to complete the requested operation.

[Android.Runtime.Register("ERROR_OUT_OF_MEMORY", ApiSince=28)]
public const int ErrorOutOfMemory = 202;
[<Android.Runtime.Register("ERROR_OUT_OF_MEMORY", ApiSince=28)>]
val mutable ErrorOutOfMemory : int

Field Value

Value = 202
Attributes

Remarks

Indicates that the middleware ran out of memory and was unable to complete the requested operation.

Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_OUT_OF_MEMORY.

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