toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin
/
ServerException
Server
Exception
class
ServerException
(
val
code
:
Int
,
val
status
:
String
,
message
:
String
)
:
GenAiApiException
Exception thrown for 5xx server errors from the GenAI API.
Members
Constructors
Server
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