Error

data class Error(val code: Int, val message: String)

Parameters

code
message

Constructors

Link copied to clipboard
constructor(code: Int, message: String)

Properties

Link copied to clipboard
@SerializedName(value = "code")
val code: Int
Link copied to clipboard
@SerializedName(value = "message")
val message: String