DBFILESDeleteBatchErrorTag
Objective-C
enum DBFILESDeleteBatchErrorTag : NSInteger {}
Swift
@frozen enum DBFILESDeleteBatchErrorTag : Int, @unchecked Sendable
The DBFILESDeleteBatchErrorTag
enum type represents the possible tag
states with which the DBFILESDeleteBatchError
union can exist.
-
Use
tooManyWriteOperations
inDBFILESDeleteError
.deleteBatch
now provides smaller granularity about which entry has failed because of this.Declaration
Objective-C
DBFILESDeleteBatchErrorTooManyWriteOperations
Swift
case tooManyWriteOperations = 0
-
(no description).
Declaration
Objective-C
DBFILESDeleteBatchErrorOther
Swift
case other = 1