toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.events
/
Event
/
Companion
/
Error
Error
data
class
Error
(
val
message
:
String
,
val
cause
:
Throwable
?
=
null
)
:
Event
Members
Members & Extensions
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
category
Link copied to clipboard
val
category
:
EventCategory
cause
Link copied to clipboard
val
cause
:
Throwable
?
=
null
message
Link copied to clipboard
val
message
:
String
Functions
plus
Link copied to clipboard
operator
fun
Event
.
plus
(
that
:
Pair
<
String
,
Any
>
)
:
Event
Attach some metadata to this event