MCPcopy Index your code
hub / github.com/OpenFeign/feign / errorStatus

Method errorStatus

core/src/main/java/feign/FeignException.java:189–191  ·  view source on GitHub ↗
(String methodKey, Response response)

Source from the content-addressed store, hash-verified

187 }
188
189 public static FeignException errorStatus(String methodKey, Response response) {
190 return errorStatus(methodKey, response, null, null);
191 }
192
193 public static FeignException errorStatus(
194 String methodKey, Response response, Integer maxBodyBytesLength, Integer maxBodyCharsLength) {

Calls 15

toByteArrayMethod · 0.95
isClientErrorMethod · 0.95
clientErrorStatusMethod · 0.95
isServerErrorMethod · 0.95
serverErrorStatusMethod · 0.95
withMethodKeyMethod · 0.80
withResponseMethod · 0.80
bodyMethod · 0.65
asInputStreamMethod · 0.65
withBodyMethod · 0.65