DBFILESMoveIntoFamilyErrorTag
Objective-C
enum DBFILESMoveIntoFamilyErrorTag : NSInteger {}
Swift
@frozen enum DBFILESMoveIntoFamilyErrorTag : Int, @unchecked Sendable
The DBFILESMoveIntoFamilyErrorTag
enum type represents the possible tag
states with which the DBFILESMoveIntoFamilyError
union can exist.
-
Moving shared folder into Family Room folder is not allowed.
Declaration
Objective-C
DBFILESMoveIntoFamilyErrorIsSharedFolder
Swift
case isSharedFolder = 0
-
(no description).
Declaration
Objective-C
DBFILESMoveIntoFamilyErrorOther
Swift
case other = 1