MbmsErrors.GeneralErrors.ErrorMiddlewareTemporarilyUnavailable Field
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.
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.
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.