toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-incubator-db
/
org.http4k.postbox
/
PostboxError
Postbox
Error
sealed
class
PostboxError
Inheritors
RequestNotFound
StorageFailure
TransactionFailure
Members
Types
Companion
Link copied to clipboard
object
Companion
Request
Not
Found
Link copied to clipboard
data
object
RequestNotFound
:
PostboxError
Storage
Failure
Link copied to clipboard
data
class
StorageFailure
(
val
cause
:
Exception
)
:
PostboxError
Transaction
Failure
Link copied to clipboard
data
class
TransactionFailure
(
val
cause
:
Exception
)
:
PostboxError
Properties
description
Link copied to clipboard
val
description
:
String