toggle menu
ktuniversalis
7.0.2-SNAPSHOT
common
switch theme
search in API
ktuniversalis
/
cloud.drakon.ktuniversalis.exception
Package-level
declarations
Types
Types
Invalid
Item
Exception
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.
Universalis
Exception
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