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
android
common
ios
actual
class
GWError
:
Throwable
,
IGWError
expect
class
GWError
:
IGWError
actual
class
GWError
Members
Constructors
GWError
Link copied to clipboard
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>
)
Properties
cause
Link copied to clipboard
android
open
override
var
cause
:
Throwable
?
message
Link copied to clipboard
android
ios
open
override
val
message
:
String
open
val
message
:
String
reason
Link copied to clipboard
android
ios
open
override
val
reason
:
Reason
open
val
reason
:
<Error class: unknown class>
underlying
Link copied to clipboard
ios
var
underlying
:
<Error class: unknown class>
?
Functions
to
String
Link copied to clipboard
ios
open
override
fun
toString
(
)
:
String