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