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.ForbiddenError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
ApiError 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
ApiError 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
java.lang.Object body
The body of the response that triggered the exception.
-
-
-
Class ai.extend.errors.UnprocessableEntityError extends ExtendClientApiException implements Serializable
-
Serialized Fields
-
body
ApiError body
The body of the response that triggered the exception.
-
-
-
-
Package ai.extend.wrapper.errors
-
Class ai.extend.wrapper.errors.PollingTimeoutError extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
elapsedMs
int elapsedMs
-
maxWaitMs
int maxWaitMs
-
-
-
Class ai.extend.wrapper.errors.SignedUrlNotAllowedError extends java.lang.RuntimeException implements Serializable
-
Class ai.extend.wrapper.errors.WebhookPayloadFetchError extends java.lang.RuntimeException implements Serializable
-
Class ai.extend.wrapper.errors.WebhookSignatureVerificationError extends java.lang.RuntimeException implements Serializable
-