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
/
KioskOpsError
/
SyncFailed
Sync
Failed
data
class
SyncFailed
(
val
message
:
String
,
val
httpStatus
:
Int
?
=
null
,
val
cause
:
Throwable
?
=
null
)
:
KioskOpsError
Members
Constructors
Sync
Failed
Link copied to clipboard
constructor
(
message
:
String
,
httpStatus
:
Int
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
http
Status
Link copied to clipboard
val
httpStatus
:
Int
?
message
Link copied to clipboard
open
override
val
message
:
String