ErrorCodeMessage

@Serializable
data class ErrorCodeMessage(val code: Int, val message: String)

Constructors

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

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard