(String methodKey, Response response)
| 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) { |