DBFILESSaveCopyReferenceErrorTag
Objective-C
enum DBFILESSaveCopyReferenceErrorTag : NSInteger {}
Swift
@frozen enum DBFILESSaveCopyReferenceErrorTag : Int, @unchecked Sendable
The DBFILESSaveCopyReferenceErrorTag
enum type represents the possible tag
states with which the DBFILESSaveCopyReferenceError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorPath
Swift
case path = 0
-
The copy reference is invalid.
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorInvalidCopyReference
Swift
case invalidCopyReference = 1
-
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
Objective-C
DBFILESSaveCopyReferenceErrorNoPermission
Swift
case noPermission = 2
-
The file referenced by the copy reference cannot be found.
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorNotFound
Swift
case notFound = 3
-
The operation would involve more than 10,000 files and folders.
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorTooManyFiles
Swift
case tooManyFiles = 4
-
(no description).
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorOther
Swift
case other = 5