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
DBFILESMoveIntoFamilyErrorIsSharedFolderSwift
case isSharedFolder = 0 -
(no description).
Declaration
Objective-C
DBFILESMoveIntoFamilyErrorOtherSwift
case other = 1
View on GitHub
DBFILESMoveIntoFamilyErrorTag Enumeration Reference