Uses of Class
api.equinix.javasdk.core.exception.BaseException
Packages that use BaseException
-
Uses of BaseException in api.equinix.javasdk.core.exception
Subclasses of BaseException in api.equinix.javasdk.core.exceptionModifier and TypeClassDescriptionclassThrown when the Equinix API returns HTTP 401 Unauthorized.classThrown when the Equinix API returns HTTP 403 Forbidden.classThrown for client-side errors such as request building failures, serialization errors, or network connectivity issues.classThrown when the Equinix API returns HTTP 409 Conflict.classThrown when the Equinix API returns HTTP 404 Not Found.classThrown when the Equinix API returns HTTP 429 Too Many Requests.classThrown when the Equinix API returns an HTTP 5xx server error (500, 502, 503, 504).classThrown when the Equinix API returns an error HTTP response.