Instance Propertyswift-mongodb 0.29.3MongoQL->Mongo
code
Mongo.WriteError.swift:11let code: Int32
let code: Int32
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoQL
@frozen struct WriteError
enum Mongo
@frozen struct Int32
A 32-bit signed integer value type.
init(bson: BSON.DocumentDecoder<BSON.Key>) throws
init(index: Int, message: String, code: Int32)
var description: String { get }
let index: Int
let message: String