RestApiError

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val type: String?