pollingengine
Toggle table of contents
0.1.3
common
Platform filter
common
Switch theme
Search in API
pollingengine
pollingengine
/
in.androidplay.pollingengine.models
/
Error
Error
data
class
Error
(
val
code
:
Int
,
val
message
:
String
?
=
null
)
Simple error model used by the polling engine.
Members
Constructors
Error
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
?
=
null