google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.interactions.errors
/
GeminiNextGenApiServiceException
Gemini
Next
Gen
Api
Service
Exception
public
abstract
class
GeminiNextGenApiServiceException
extends
GeminiNextGenApiException
Inheritors
BadRequestException
InternalServerException
NotFoundException
PermissionDeniedException
RateLimitException
SseException
UnauthorizedException
UnexpectedStatusCodeException
UnprocessableEntityException
Members
Properties
cause
Link copied to clipboard
private
final
Throwable
cause
message
Link copied to clipboard
private
final
String
message
Functions
add
Suppressed
Link copied to clipboard
public
final
Unit
addSuppressed
(
Throwable
p0
)
body
Link copied to clipboard
public
abstract
JsonValue
body
(
)
fill
In
Stack
Trace
Link copied to clipboard
public
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
Array
<
Throwable
>
getSuppressed
(
)
headers
Link copied to clipboard
public
abstract
Headers
headers
(
)
init
Cause
Link copied to clipboard
public
Throwable
initCause
(
Throwable
p0
)
print
Stack
Trace
Link copied to clipboard
public
Unit
printStackTrace
(
)
public
Unit
printStackTrace
(
PrintStream
p0
)
public
Unit
printStackTrace
(
PrintWriter
p0
)
set
Stack
Trace
Link copied to clipboard
public
Unit
setStackTrace
(
Array
<
StackTraceElement
>
p0
)
status
Code
Link copied to clipboard
public
abstract
Integer
statusCode
(
)