tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbErrorResponse
Tmdb
Error
Response
@
Serializable
data
class
TmdbErrorResponse
(
val
success
:
Boolean
=
false
,
val
statusCode
:
Int
,
val
statusMessage
:
String
,
val
errorMessage
:
String
?
=
null
)
Members
Constructors
Tmdb
Error
Response
Link copied to clipboard
constructor
(
success
:
Boolean
=
false
,
statusCode
:
Int
,
statusMessage
:
String
,
errorMessage
:
String
?
=
null
)
Properties
error
Message
Link copied to clipboard
@
SerialName
(
value
=
"error_message"
)
val
errorMessage
:
String
?
=
null
status
Code
Link copied to clipboard
@
SerialName
(
value
=
"status_code"
)
val
statusCode
:
Int
status
Message
Link copied to clipboard
@
SerialName
(
value
=
"status_message"
)
val
statusMessage
:
String
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean
=
false