http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-postbox
/
org.http4k.postbox.processing
/
ProcessingEvent
/
RequestProcessingFailed
Request
Processing
Failed
data
class
RequestProcessingFailed
(
val
requestId
:
RequestId
,
val
reason
:
RequestProcessingFailureReason
,
val
detail
:
String
)
:
ProcessingEvent
(
source
)
Members
Constructors
Request
Processing
Failed
Link copied to clipboard
constructor
(
requestId
:
RequestId
,
reason
:
RequestProcessingFailureReason
,
detail
:
String
)
Properties
detail
Link copied to clipboard
val
detail
:
String
reason
Link copied to clipboard
val
reason
:
RequestProcessingFailureReason
request
Id
Link copied to clipboard
val
requestId
:
RequestId