toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin
/
ClientException
Client
Exception
class
ClientException
(
val
code
:
Int
,
val
status
:
String
,
message
:
String
)
:
GenAiApiException
Exception thrown for 4xx client errors from the GenAI API.
Members
Constructors
Client
Exception
Link copied to clipboard
constructor
(
code
:
Int
,
status
:
String
,
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
open
val
message
:
String
?
status
Link copied to clipboard
val
status
:
String