We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ed50 commit 4978eefCopy full SHA for 4978eef
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java
@@ -123,9 +123,9 @@ public void handleError(ClientHttpResponse response) throws IOException {
123
}
124
125
/**
126
- * Return error message with details from the response body, possibly truncated:
+ * Return error message with details from the response body:
127
* <pre>
128
- * 404 Not Found: [{'id': 123, 'message': 'my very long... (500 bytes)]
+ * 404 Not Found: [{'id': 123, 'message': 'my message'}]
129
* </pre>
130
*/
131
private String getErrorMessage(
0 commit comments