toggle menu
Ansa-Android-SDK
common
switch theme
search in API
network-public
/
dev.ansa.network.internal
/
HttpErrorResponse
Http
Error
Response
@
Serializable
data
class
HttpErrorResponse
(
val
code
:
String
?
,
val
message
:
String
?
,
val
type
:
String
?
)
Members
Constructors
Http
Error
Response
Link copied to clipboard
constructor
(
code
:
String
?
,
message
:
String
?
,
type
:
String
?
)
Properties
code
Link copied to clipboard
val
code
:
String
?
message
Link copied to clipboard
val
message
:
String
?
type
Link copied to clipboard
val
type
:
String
?