RestApiError

@Serializable
data class RestApiError(val type: String? = "", val message: String? = "")

Error information from a REST API call.

Constructors

Link copied to clipboard
constructor(type: String? = "", message: String? = "")

Properties

Link copied to clipboard

A human-readable error message.

Link copied to clipboard
val type: String?

The type or category of the error.