MbmsErrors.GeneralErrors.ErrorMiddlewareTemporarilyUnavailable Field

Definition

Indicates that the requested operation failed due to the middleware being unavailable due to a transient condition.

[Android.Runtime.Register("ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE", ApiSince=28)]
public const int ErrorMiddlewareTemporarilyUnavailable = 203;
[<Android.Runtime.Register("ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE", ApiSince=28)>]
val mutable ErrorMiddlewareTemporarilyUnavailable : int

Field Value

Value = 203
Attributes

Remarks

Indicates that the requested operation failed due to the middleware being unavailable due to a transient condition. The app may retry the operation at a later time.

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

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