Class RateLimitError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.easypost.exception.EasyPostException
com.easypost.exception.APIException
com.easypost.exception.API.RateLimitError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRateLimitError(String message, String code, List<Object> errors, int statusCode) RateLimitError constructor. -
Method Summary
Methods inherited from class APIException
getCode, getErrors, getMessage, getStatusCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitError
-