routex-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
routex-client
transport
/
tech.yaxi.routex.transport
/
HttpError
/
TransportFailure
Transport
Failure
common
class
TransportFailure
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
HttpError
Network or protocol failure raised by the underlying transport engine.
Members
Constructors
Transport
Failure
Link copied to clipboard
common
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?