Dokka MultiModule Example
androidJvm
pos-gateway
/
su.ips.gateway.data.model
/
IScenarioResultError
IScenario
Result
Error
data
class
IScenarioResultError
(
val
type
:
String
?
,
val
code
:
String
,
val
description
:
String
,
val
uuid
:
String
?
)
Members
Constructors
IScenario
Result
Error
Link copied to clipboard
constructor
(
type
:
String
?
,
code
:
String
,
description
:
String
,
uuid
:
String
?
)
Properties
code
Link copied to clipboard
val
code
:
String
description
Link copied to clipboard
val
description
:
String
type
Link copied to clipboard
val
type
:
String
?
uuid
Link copied to clipboard
val
uuid
:
String
?