toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-core
/
org.http4k.connect
/
RemoteFailure
Remote
Failure
data
class
RemoteFailure
(
val
method
:
Method
,
val
uri
:
Uri
,
val
status
:
Status
,
val
message
:
String
?
=
null
)
Members
Constructors
Remote
Failure
Link copied to clipboard
constructor
(
method
:
Method
,
uri
:
Uri
,
status
:
Status
,
message
:
String
?
=
null
)
Properties
message
Link copied to clipboard
val
message
:
String
?
=
null
method
Link copied to clipboard
val
method
:
Method
status
Link copied to clipboard
val
status
:
Status
uri
Link copied to clipboard
val
uri
:
Uri
Functions
throw
It
Link copied to clipboard
fun
throwIt
(
)
:
Nothing