Serialized Form
-
Package com.courier.api.core
-
Class com.courier.api.core.CourierApiApiError extends CourierApiError implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception. -
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Class com.courier.api.core.CourierApiError extends java.lang.RuntimeException implements Serializable
-
-
Package com.courier.api.resources.commons.errors
-
Class com.courier.api.resources.commons.errors.CourierApiAlreadyExistsError extends CourierApiApiError implements Serializable
-
Serialized Fields
-
body
AlreadyExists body
The body of the response that triggered the exception.
-
-
-
Class com.courier.api.resources.commons.errors.CourierApiBadRequestError extends CourierApiApiError implements Serializable
-
Serialized Fields
-
body
BadRequest body
The body of the response that triggered the exception.
-
-
-
Class com.courier.api.resources.commons.errors.CourierApiConflictError extends CourierApiApiError implements Serializable
-
Serialized Fields
-
body
Conflict body
The body of the response that triggered the exception.
-
-
-
Class com.courier.api.resources.commons.errors.CourierApiMessageNotFoundError extends CourierApiApiError implements Serializable
-
Serialized Fields
-
body
MessageNotFound body
The body of the response that triggered the exception.
-
-
-
Class com.courier.api.resources.commons.errors.CourierApiNotFoundError extends CourierApiApiError implements Serializable
-
Serialized Fields
-
body
NotFound body
The body of the response that triggered the exception.
-
-
-
Class com.courier.api.resources.commons.errors.CourierApiPaymentRequiredError extends CourierApiApiError implements Serializable
-
Serialized Fields
-
body
PaymentRequired body
The body of the response that triggered the exception.
-
-
-