toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.utils
/
Resource
/
Error
Error
data
class
Error
<
T
:
Any
>
(
val
code
:
Int
,
val
message
:
String
,
val
trace
:
String
?
=
null
,
val
alert
:
AlertBean
?
=
null
)
:
Resource
<
T
>
Members
Constructors
Error
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
,
trace
:
String
?
=
null
,
alert
:
AlertBean
?
=
null
)
Properties
alert
Link copied to clipboard
val
alert
:
AlertBean
?
=
null
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
trace
Link copied to clipboard
val
trace
:
String
?
=
null