GWIoTApi
Toggle table of contents
1.2.1
android
common
ios
Platform filter
android
common
ios
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
GWError
/
GWError
GWError
android
common
ios
actual
constructor
(
message
:
String
,
reason
:
Reason
)
actual
constructor
(
e
:
Throwable
?
)
expect
constructor
(
message
:
String
=
"Undefined error"
,
reason
:
Reason
=
Reason.Undefined
)
constructor
(
err
:
<Error class: unknown class>
)
actual
constructor
(
message
:
String
,
reason
:
<Error class: unknown class>
)