Share via


AconfigStorageReadException.ErrorCannotReadStorageFile Field

Definition

Caution

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

Error code indicating that there was an error reading the Aconfig Storage file.

[Android.Runtime.Register("ERROR_CANNOT_READ_STORAGE_FILE", 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 ErrorCannotReadStorageFile = 4;
[<Android.Runtime.Register("ERROR_CANNOT_READ_STORAGE_FILE", 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 ErrorCannotReadStorageFile : Android.OS.Flagging.AconfigStorageReadErrorType

Field Value

Value = 4
Attributes

Remarks

Error code indicating that there was an error reading the Aconfig Storage file.

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

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