FormX Mobile SDK
PortableLib
/
ai.formx.mobile.sdk
/
Error
Error
data
class
Error
(
val
code
:
Int
,
val
message
:
String
,
val
info
:
Map
<
String
,
Any
>
?
)
Constructors
Properties
Constructors
Error
Link copied to clipboard
fun
Error
(
code
:
Int
,
message
:
String
,
info
:
Map
<
String
,
Any
>
?
)
Properties
code
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
code
:
Int
info
Link copied to clipboard
@
SerializedName
(
value
=
"info"
)
val
info
:
Map
<
String
,
Any
>
?
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
message
:
String