DocumentsContract.ExtraError Field

Definition

Optional string included in a directory Cursor#getExtras() providing an error message that should be shown to a user.

[Android.Runtime.Register("EXTRA_ERROR")]
public const string ExtraError;
[<Android.Runtime.Register("EXTRA_ERROR")>]
val mutable ExtraError : string

Field Value

Attributes

Remarks

Optional string included in a directory Cursor#getExtras() providing an error message that should be shown to a user. For example, a provider may wish to indicate that a network error occurred. The user may choose to retry, resulting in a new query.

Java documentation for android.provider.DocumentsContract.EXTRA_ERROR.

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