toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
core
/
io.v47.tmdb
/
TmdbClientException
Tmdb
Client
Exception
open
class
TmdbClientException
(
message
:
String
,
val
request
:
HttpRequest
,
cause
:
Throwable
?
=
null
)
:
Exception
Inheritors
ErrorResponseException
Members
Constructors
Tmdb
Client
Exception
Link copied to clipboard
constructor
(
message
:
String
,
request
:
HttpRequest
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
request
Link copied to clipboard
val
request
:
HttpRequest