Lingua

FileOperationResult.FailedPaths Property

Definition

Returns the list of failures.

public System.Collections.Generic.IList<string> FailedPaths { [Android.Runtime.Register("getFailedPaths", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getFailedPaths", "()Ljava/util/List;", "", ApiSince=37)>]
member this.FailedPaths : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the list of failures.

This list is only populated when the operation reaches a terminal state (STATUS_FINISHED or STATUS_FAILED).

Note: Due to binder transaction limits, this list can truncate the total number of reported failures. If failures occurred, only the first FileManager.getMaxReportedFailures() are reported.

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

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