gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt
/
GeminiException
Gemini
Exception
class
GeminiException
(
val
error
:
GeminiError
)
:
RuntimeException
Exception thrown when the Gemini API returns an error.
Members
Constructors
Gemini
Exception
Link copied to clipboard
constructor
(
error
:
GeminiError
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
GeminiError
The details of the error returned by the API.
message
Link copied to clipboard
expect
open
val
message
:
String
?