Serialized Form
-
Package ai.extend.core
-
Class ai.extend.core.ExtendClientApiException extends ExtendClientException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception. -
headers
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers
-
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Class ai.extend.core.ExtendClientException extends java.lang.RuntimeException implements Serializable
-
-
Package ai.extend.errors
-
Class ai.extend.errors.BadRequestError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class ai.extend.errors.InternalServerError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class ai.extend.errors.NotFoundError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class ai.extend.errors.PaymentRequiredError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class ai.extend.errors.TooManyRequestsError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class ai.extend.errors.UnauthorizedError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
Error body
The body of the response that triggered the exception.
-
-
-
Class ai.extend.errors.UnprocessableEntityError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
ExtendError body
The body of the response that triggered the exception.
-
-
-