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