DBFILESCreateFolderBatchErrorTag
Objective-C
enum DBFILESCreateFolderBatchErrorTag : NSInteger {}
Swift
@frozen enum DBFILESCreateFolderBatchErrorTag : Int, @unchecked Sendable
The DBFILESCreateFolderBatchErrorTag
enum type represents the possible tag
states with which the DBFILESCreateFolderBatchError
union can exist.
-
The operation would involve too many files or folders.
Declaration
Objective-C
DBFILESCreateFolderBatchErrorTooManyFiles
Swift
case tooManyFiles = 0
-
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchErrorOther
Swift
case other = 1