DBFILESGetThumbnailBatchErrorTag
Objective-C
enum DBFILESGetThumbnailBatchErrorTag : NSInteger {}
Swift
@frozen enum DBFILESGetThumbnailBatchErrorTag : Int, @unchecked Sendable
The DBFILESGetThumbnailBatchErrorTag
enum type represents the possible tag
states with which the DBFILESGetThumbnailBatchError
union can exist.
-
The operation involves more than 25 files.
Declaration
Objective-C
DBFILESGetThumbnailBatchErrorTooManyFiles
Swift
case tooManyFiles = 0
-
(no description).
Declaration
Objective-C
DBFILESGetThumbnailBatchErrorOther
Swift
case other = 1