Package-level declarations

Types

Link copied to clipboard
@Serializable
data class InvalidItemException(val type: String, val title: String, val status: Short, val traceId: String) : Throwable

Thrown when the item requested is invalid.

Link copied to clipboard
@Serializable
data class UniversalisException(val type: String? = null, val title: String? = null, val status: Short? = null, val detail: String? = null, val instance: String? = null) : Throwable