Lingua

FileOperationResult.ErrorBusy Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationErrorCode enum directly instead of this field.

The system is too busy to handle the request.

[Android.Runtime.Register("ERROR_BUSY", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationErrorCode enum directly instead of this field.", true)]
public const Android.OS.Storage.Operations.FileOperationErrorCode ErrorBusy = 1;
[<Android.Runtime.Register("ERROR_BUSY", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.Operations.FileOperationErrorCode enum directly instead of this field.", true)>]
val mutable ErrorBusy : Android.OS.Storage.Operations.FileOperationErrorCode

Field Value

Value = 1

Implements

Attributes

Remarks

The system is too busy to handle the request.

This error is transient. Applications should consider retrying the operation after a short delay, potentially using an exponential backoff strategy.

Android reference for android.os.storage.operations.FileOperationResult.ERROR_BUSY.

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