Skip to content

Commit

Permalink
Update Javadoc in DefaultResponseErrorHandler
Browse files Browse the repository at this point in the history
Closes gh-27569
  • Loading branch information
smilep authored and rstoyanchev committed Oct 18, 2021
1 parent 052ed50 commit 4978eef
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -123,9 +123,9 @@ public void handleError(ClientHttpResponse response) throws IOException {
}

/**
* Return error message with details from the response body, possibly truncated:
* Return error message with details from the response body:
* <pre>
* 404 Not Found: [{'id': 123, 'message': 'my very long... (500 bytes)]
* 404 Not Found: [{'id': 123, 'message': 'my message'}]
* </pre>
*/
private String getErrorMessage(
Expand Down

0 comments on commit 4978eef

Please sign in to comment.