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

Method isClientError

core/src/main/java/feign/FeignException.java:231–233  ·  view source on GitHub ↗
(int status)

Source from the content-addressed store, hash-verified

229 }
230
231 private static boolean isClientError(int status) {
232 return status >= 400 && status < 500;
233 }
234
235 private static FeignClientException clientErrorStatus(
236 int status,

Callers 1

errorStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected