StructureMongoKittenCore
UpdateReply
struct UpdateReply
struct UpdateReply
init(from: Decoder) throws
Creates a new instance by decoding from the given decoder.
var localizedDescription: String
Retrieve the localized description for this error.
let ok: Int
let updatableCount: Int
let updatedCount: Int
let upserted: [Document]?
let writeConcernError: WriteConcernError?
let writeErrors: [MongoWriteError]?