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
DBFILESCreateFolderBatchErrorTooManyFilesSwift
case tooManyFiles = 0 -
(no description).
Declaration
Objective-C
DBFILESCreateFolderBatchErrorOtherSwift
case other = 1
View on GitHub
DBFILESCreateFolderBatchErrorTag Enumeration Reference