Uses of Class
kong.unirest.core.UnirestException
Packages that use UnirestException
-
Uses of UnirestException in kong.unirest.core
Subclasses of UnirestException in kong.unirest.coreModifier and TypeClassDescriptionclassclassclassAn exception which prevents Unirest from attempting to recover the body from a failed response / parsing errorMethods in kong.unirest.core with parameters of type UnirestExceptionMethods in kong.unirest.core that throw UnirestExceptionModifier and TypeMethodDescriptionBaseRequest.asJson()<T> HttpResponse<T> <T> HttpResponse<T> BaseRequest.asObject(GenericType<T> genericType) BaseRequest.asString()HttpResponse<?> CompoundInterceptor.onFail(Exception e, HttpRequestSummary request, Config config) default HttpResponse<?> Interceptor.onFail(Exception e, HttpRequestSummary request, Config config) Called in the case of a total failure.