toggle menu
webflows
3070ca8
androidJvm
switch theme
search in API
webflows
/
com.schibsted.account.webflows.api
/
HttpError
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
code
:
Int
,
val
body
:
String
?
)
:
HttpError
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
code
:
Int
,
body
:
String
?
)
Properties
body
Link copied to clipboard
val
body
:
String
?
code
Link copied to clipboard
val
code
:
Int