ErrorManager.FormatFailure Field

Definition

FORMAT_FAILURE is used when formatting fails for any reason.

[Android.Runtime.Register("FORMAT_FAILURE")]
public const int FormatFailure = 5;
[<Android.Runtime.Register("FORMAT_FAILURE")>]
val mutable FormatFailure : int

Field Value

Value = 5
Attributes

Remarks

FORMAT_FAILURE is used when formatting fails for any reason.

Java documentation for java.util.logging.ErrorManager.FORMAT_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.

Applies to