StructureMongoClient
MongoGenericErrorReply
A reply from the server, indicating an error
struct MongoGenericErrorReply
A reply from the server, indicating an error
struct MongoGenericErrorReply
init(from: Decoder) throws
Creates a new instance by decoding from the given decoder.
let code: Int?
let codeName: String?
let errorMessage: String?
var localizedDescription: String
Retrieve the localized description for this error.
let ok: Int