toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.response
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
code
:
Int
,
val
message
:
String
?
,
val
trace
:
String
?
,
val
alert
:
AlertBean
?
)
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
?
,
trace
:
String
?
,
alert
:
AlertBean
?
)
Properties
alert
Link copied to clipboard
val
alert
:
AlertBean
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
?
trace
Link copied to clipboard
val
trace
:
String
?