Share via


AconfigStorageReadException.ErrorPackageNotFound 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 requested configuration package is not found.

[Android.Runtime.Register("ERROR_PACKAGE_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 ErrorPackageNotFound = 2;
[<Android.Runtime.Register("ERROR_PACKAGE_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 ErrorPackageNotFound : Android.OS.Flagging.AconfigStorageReadErrorType

Field Value

Value = 2
Attributes

Remarks

Error code indicating that the requested configuration package is not found.

Java documentation for android.os.flagging.AconfigStorageReadException.ERROR_PACKAGE_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