OperationReply
struct OperationReply : Codable
extension OperationReply: CustomStringConvertible
Generic endpoint reply
-
HTTP result code
Declaration
Swift
let code: Int -
Result message
Declaration
Swift
let message: String -
Whether operation succeeded
Declaration
Swift
var isSuccess: Bool { get } -
Declaration
Swift
var description: String { get }
View on GitHub
OperationReply Structure Reference