Share via


AconfigStorageReadException.ErrorGeneric Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.Flagging.AconfigStorageReadErrorType enum directly instead of this field.

Generic error code indicating an unspecified Aconfig Storage error.

[Android.Runtime.Register("ERROR_GENERIC", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Flagging.AconfigStorageReadErrorType enum directly instead of this field.", true)]
public const Android.OS.Flagging.AconfigStorageReadErrorType ErrorGeneric = 0;
[<Android.Runtime.Register("ERROR_GENERIC", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Flagging.AconfigStorageReadErrorType enum directly instead of this field.", true)>]
val mutable ErrorGeneric : Android.OS.Flagging.AconfigStorageReadErrorType

Field Value

Value = 0
Attributes

Remarks

Generic error code indicating an unspecified Aconfig Storage error.

Java documentation for android.os.flagging.AconfigStorageReadException.ERROR_GENERIC.

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