DBFILESGetCopyReferenceErrorTag
Objective-C
enum DBFILESGetCopyReferenceErrorTag : NSInteger {}
Swift
@frozen enum DBFILESGetCopyReferenceErrorTag : Int, @unchecked Sendable
The DBFILESGetCopyReferenceErrorTag
enum type represents the possible tag
states with which the DBFILESGetCopyReferenceError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESGetCopyReferenceErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESGetCopyReferenceErrorOther
Swift
case other = 1