Error

@Serializable
data class Error(val status: Int, val message: String)(source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val status: Int