SaveCopyReferenceError
public enum SaveCopyReferenceError : CustomStringConvertible, JSONRepresentable
The SaveCopyReferenceError union
-
An unspecified error.
Declaration
Swift
case path(Files.WriteError)
-
The copy reference is invalid.
Declaration
Swift
case invalidCopyReference
-
You don’t have permission to save the given copy reference. Please make sure this app is same app which created the copy reference and the source user is still linked to the app.
Declaration
Swift
case noPermission
-
The file referenced by the copy reference cannot be found.
Declaration
Swift
case notFound
-
The operation would involve more than 10,000 files and folders.
Declaration
Swift
case tooManyFiles
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }