toggle menu
ktuniversalis
7.0.2-SNAPSHOT
common
switch theme
search in API
ktuniversalis
/
cloud.drakon.ktuniversalis.exception
/
UniversalisException
Universalis
Exception
@
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
Members
Constructors
Universalis
Exception
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
title
:
String
?
=
null
,
status
:
Short
?
=
null
,
detail
:
String
?
=
null
,
instance
:
String
?
=
null
)
Properties
detail
Link copied to clipboard
val
detail
:
String
?
=
null
instance
Link copied to clipboard
val
instance
:
String
?
=
null
status
Link copied to clipboard
val
status
:
Short
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null