toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin
/
GenAiApiException
Gen
Ai
Api
Exception
open
class
GenAiApiException
(
val
code
:
Int
,
val
status
:
String
,
message
:
String
)
:
GenAiException
Exception thrown when the GenAI API returns an error response.
Inheritors
ClientException
ServerException
Members
Constructors
Gen
Ai
Api
Exception
Link copied to clipboard
constructor
(
code
:
Int
,
status
:
String
,
message
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
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