tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
core
/
io.v47.tmdb.http.api
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
message
:
String
,
val
code
:
Int
)
(
source
)
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