kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.transport
/
TransportResult
/
TransientFailure
Transient
Failure
data
class
TransientFailure
(
val
message
:
String
,
val
httpStatus
:
Int
?
=
null
,
val
cause
:
Throwable
?
=
null
)
:
TransportResult
<
Nothing
>
Members
Constructors
Transient
Failure
Link copied to clipboard
constructor
(
message
:
String
,
httpStatus
:
Int
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
?
http
Status
Link copied to clipboard
val
httpStatus
:
Int
?
message
Link copied to clipboard
val
message
:
String