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
tooManyWriteOperationsinDBFILESDeleteError.deleteBatchnow provides smaller granularity about which entry has failed because of this.Declaration
Objective-C
DBFILESDeleteBatchErrorTooManyWriteOperationsSwift
case tooManyWriteOperations = 0 -
(no description).
Declaration
Objective-C
DBFILESDeleteBatchErrorOtherSwift
case other = 1
View on GitHub
DBFILESDeleteBatchErrorTag Enumeration Reference