Uses of Class
com.easypost.exception.API.EncodingError
Packages that use EncodingError
Package
Description
Classes for handling requests and responses to the EasyPost API.
Utility classes for the EasyPost API Java client library.
- 
Uses of EncodingError in com.easypost.http
Methods in com.easypost.http that throw EncodingErrorModifier and TypeMethodDescriptionstatic <T> TRequestor.request(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client) Send an HTTP request to EasyPost.static <T> TRequestor.request(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client, String apiVersion) Send an HTTP request to EasyPost. - 
Uses of EncodingError in com.easypost.utils
Methods in com.easypost.utils that throw EncodingError