Share via


AconfigStorageReadException.ErrorContainerNotFound 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 the specified container is not found.

[Android.Runtime.Register("ERROR_CONTAINER_NOT_FOUND", 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 ErrorContainerNotFound = 3;
[<Android.Runtime.Register("ERROR_CONTAINER_NOT_FOUND", 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 ErrorContainerNotFound : Android.OS.Flagging.AconfigStorageReadErrorType

Field Value

Value = 3
Attributes

Remarks

Error code indicating that the specified container is not found.

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

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