ErrorObject

@Serializable
data class ErrorObject(val status: HttpStatusCode, val message: String)(source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
@Serializable(with = HttpStatusCodeSerializer::class)
val status: HttpStatusCode