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
DBFILESSaveCopyReferenceErrorPathSwift
case path = 0 - 
                  
                  
The copy reference is invalid.
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorInvalidCopyReferenceSwift
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
DBFILESSaveCopyReferenceErrorNoPermissionSwift
case noPermission = 2 - 
                  
                  
The file referenced by the copy reference cannot be found.
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorNotFoundSwift
case notFound = 3 - 
                  
                  
The operation would involve more than 10,000 files and folders.
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorTooManyFilesSwift
case tooManyFiles = 4 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESSaveCopyReferenceErrorOtherSwift
case other = 5 
View on GitHub
        DBFILESSaveCopyReferenceErrorTag Enumeration Reference