http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.events
/
Event
/
Companion
/
Error
Error
data
class
Error
(
val
message
:
String
,
val
cause
:
Throwable
?
=
null
)
:
Event
(
source
)
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
?
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