ErrorCode

Constructors

Link copied to clipboard
constructor()
constructor(code: String)
constructor(code: String, msg: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerializedName(value = "code")
var code: String
Link copied to clipboard
@SerializedName(value = "msg")
var msg: String?

Functions

Link copied to clipboard
open override fun toString(): String