Structuremongokitten 7.9.5MongoKittenCore
UpdateReply
Update.swift:47struct UpdateReply
Citizens in MongoKittenCore
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Error
A type representing an error value that can be thrown.
protocol Sendable
Type members
Instance members
let ok: Int
let updatableCount: Int
let updatedCount: Int
let upserted: [Document]?
let writeConcernError: WriteConcernError?
let writeErrors: [MongoWriteError]?
Instance features
var localizedDescription: String
Retrieve the localized description for this error.