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