InvalidItemException

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

Thrown when the item requested is invalid.

Constructors

Link copied to clipboard
constructor(type: String, title: String, status: Short, traceId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard