Switchboard SDK
androidJvm
SwitchboardSDK
/
com.synervoz.switchboard.sdk.network
/
SwitchboardAPI
/
Result
/
Error
Error
data
class
Error
(
val
code
:
Int
,
val
message
:
String
)
:
SwitchboardAPI.Result
<
Nothing
>
Members
Constructors
Error
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String