DeleteBatchError
public enum DeleteBatchError : CustomStringConvertible, JSONRepresentable
The DeleteBatchError union
-
Use tooManyWriteOperations in DeleteError. deleteBatch now provides smaller granularity about which entry has failed because of this.
Declaration
Swift
case tooManyWriteOperations -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
DeleteBatchError Enumeration Reference