Namespace EasyPost.Exceptions.API
Classes
ApiError
Represents an error that occurred while communicating with the EasyPost API. This is typically due to a specific HTTP status code, such as 4xx or 5xx.
BadRequestError
Represents an error that occurs when an bad request is made to the EasyPost API.
ConnectionError
Represents an error that occurs when a connection to the EasyPost API cannot be established.
GatewayTimeoutError
Represents an error that occurs when the EasyPost API times out.
InternalServerError
Represents an error that occurs when an internal server error occurs on the EasyPost API.
InvalidRequestError
Represents an error that occurs when an invalid request is made to the EasyPost API.
MethodNotAllowedError
Represents an error that occurs when a request with an invalid method is made to the EasyPost API.
NotFoundError
Represents an error that occurs when an EasyPost API resource is not found.
PaymentError
Represents an error that occurs when a payment error occurs on the EasyPost API.
ProxyError
Represents an error that occurs when a proxy error occurs on the EasyPost API.
RateLimitError
Represents an error that occurs when a rate limit error occurs on the EasyPost API.
RedirectError
Represents an error that occurs when a redirect error occurs on the EasyPost API.
RetryError
Represents an error that occurs when a retry error occurs on the EasyPost API.
ServiceUnavailableError
Represents an error that occurs when an EasyPost API service is unavailable.
SslError
Represents an error that occurs when a SSL error occurs on the EasyPost API.
TimeoutError
Represents an error that occurs when a connection to the EasyPost API times out.
UnauthorizedError
Represents an error that occurs when a unauthorized request occurs on the EasyPost API.
UnknownHttpError
Represents a generic unknown or unexpected HTTP error that occurs when communicating with the EasyPost API.