toggle menu
webflows
3070ca8
androidJvm
switch theme
search in API
webflows
/
com.schibsted.account.webflows.api
/
HttpError
Http
Error
sealed
class
HttpError
Inheritors
ErrorResponse
UnexpectedError
Members
Types
Error
Response
Link copied to clipboard
data
class
ErrorResponse
(
val
code
:
Int
,
val
body
:
String
?
)
:
HttpError
Unexpected
Error
Link copied to clipboard
data
class
UnexpectedError
(
val
cause
:
Throwable
)
:
HttpError