Uses of Class
kong.unirest.core.UnirestParsingException
-
Packages that use UnirestParsingException Package Description kong.unirest.core -
-
Uses of UnirestParsingException in kong.unirest.core
Fields in kong.unirest.core with type parameters of type UnirestParsingException Modifier and Type Field Description private java.util.Optional<UnirestParsingException>
MockResponse. ex
private java.util.Optional<UnirestParsingException>
BaseResponse. parsingerror
Methods in kong.unirest.core that return types with arguments of type UnirestParsingException Modifier and Type Method Description java.util.Optional<UnirestParsingException>
BaseResponse. getParsingError()
java.util.Optional<UnirestParsingException>
FailedResponse. getParsingError()
java.util.Optional<UnirestParsingException>
HttpResponse. getParsingError()
If the transformation to the body failed by an exception it will be kept herejava.util.Optional<UnirestParsingException>
MockResponse. getParsingError()
-