WriteFailure
public struct WriteFailure : Codable
A struct to represent a single write error not resulting from an executed write operation.
-
An integer value identifying the error.
Declaration
Swift
public let code: ServerErrorCode
-
A human-readable string identifying the error.
Declaration
Swift
public let codeName: String
-
A description of the error.
Declaration
Swift
public let message: String
-
Declaration
Swift
public init(from decoder: Decoder) throws