toggle menu
lib
0.0.9
common
switch theme
search in API
lib
/
com.wepin.cm.loginlib.types.network
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
statusCode
:
Int
,
val
status
:
Int
?
=
null
,
val
timestamp
:
String
,
val
path
:
String
,
val
message
:
String
,
val
remainPinTryCnt
:
Int
?
=
null
,
val
code
:
Int
,
val
validationError
:
String
?
=
null
)
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
status
:
Int
?
=
null
,
timestamp
:
String
,
path
:
String
,
message
:
String
,
remainPinTryCnt
:
Int
?
=
null
,
code
:
Int
,
validationError
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
path
Link copied to clipboard
val
path
:
String
remain
Pin
Try
Cnt
Link copied to clipboard
val
remainPinTryCnt
:
Int
?
=
null
status
Link copied to clipboard
val
status
:
Int
?
=
null
status
Code
Link copied to clipboard
val
statusCode
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
String
validation
Error
Link copied to clipboard
val
validationError
:
String
?
=
null