toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
core
/
io.v47.tmdb.http.api
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
message
:
String
,
val
code
:
Int
)
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
message
:
String
,
code
:
Int
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String