ErrorManager.GenericFailure Field

Definition

GENERIC_FAILURE is used for failure that don't fit into one of the other categories.

[Android.Runtime.Register("GENERIC_FAILURE")]
public const int GenericFailure = 0;
[<Android.Runtime.Register("GENERIC_FAILURE")>]
val mutable GenericFailure : int

Field Value

Value = 0
Attributes

Remarks

GENERIC_FAILURE is used for failure that don't fit into one of the other categories.

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