WriteError
public struct WriteError : Codable
A struct to represent a single write error not resulting from an executed bulk write.
-
An integer value identifying the error.
Declaration
Swift
public let code: ServerErrorCode
-
A description of the error.
Declaration
Swift
public let message: String