Luscii Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Luscii Android SDK
Luscii Android SDK
/
com.luscii.sdk.actions
/
ActionFlowResult
/
Error
Error
data
class
Error
(
val
actionId
:
UUID
,
val
reason
:
Throwable
)
:
ActionFlowResult
An error occurred during the action flow. See
reason
for more details.
Members
Constructors
Error
Link copied to clipboard
constructor
(
actionId
:
UUID
,
reason
:
Throwable
)
Properties
action
Id
Link copied to clipboard
open
override
val
actionId
:
UUID
reason
Link copied to clipboard
val
reason
:
Throwable
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)