toggle menu
ktuniversalis
7.0.2-SNAPSHOT
common
switch theme
search in API
ktuniversalis
/
cloud.drakon.ktuniversalis.exception
/
InvalidItemException
Invalid
Item
Exception
@
Serializable
data
class
InvalidItemException
(
val
type
:
String
,
val
title
:
String
,
val
status
:
Short
,
val
traceId
:
String
)
:
Throwable
Thrown when the item requested is invalid.
Members
Constructors
Invalid
Item
Exception
Link copied to clipboard
constructor
(
type
:
String
,
title
:
String
,
status
:
Short
,
traceId
:
String
)
Properties
status
Link copied to clipboard
val
status
:
Short
title
Link copied to clipboard
val
title
:
String
trace
Id
Link copied to clipboard
val
traceId
:
String
type
Link copied to clipboard
val
type
:
String