Language

FileOperationResult.ErrorUnsupportedTarget 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 target of the operation is unsupported or invalid.

[Android.Runtime.Register("ERROR_UNSUPPORTED_TARGET", 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 ErrorUnsupportedTarget = 4;
[<Android.Runtime.Register("ERROR_UNSUPPORTED_TARGET", 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 ErrorUnsupportedTarget : Android.OS.Storage.Operations.FileOperationErrorCode

Field Value

Value = 4

Implements

Attributes

Remarks

The target of the operation is unsupported or invalid.

This error is permanent as it indicates an issue with the request.

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

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