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

Method isServerError

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

Source from the content-addressed store, hash-verified

267 }
268
269 private static boolean isServerError(int status) {
270 return status >= 500 && status <= 599;
271 }
272
273 private static FeignServerException serverErrorStatus(
274 int status,

Callers 1

errorStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected