Dokka MultiModule Example
androidJvm
pos-gateway
/
su.ips.gateway.data.model
/
IScenarioResultErrorOptions
IScenario
Result
Error
Options
data
class
IScenarioResultErrorOptions
(
val
error
:
IScenarioResultError
,
val
vendor
:
String
,
val
code
:
String
)
:
IScenarioResultOptions
Members
Constructors
IScenario
Result
Error
Options
Link copied to clipboard
constructor
(
error
:
IScenarioResultError
,
vendor
:
String
,
code
:
String
)
Properties
code
Link copied to clipboard
open
override
val
code
:
String
error
Link copied to clipboard
val
error
:
IScenarioResultError
vendor
Link copied to clipboard
open
override
val
vendor
:
String