Update Javadoc in DefaultResponseErrorHandler

Closes gh-27569
This commit is contained in:
Smile 2021-10-18 10:26:55 +05:30 committed by Rossen Stoyanchev
parent 052ed50f48
commit 4978eeff7f
1 changed files with 2 additions and 2 deletions

View File

@ -123,9 +123,9 @@ public class DefaultResponseErrorHandler implements ResponseErrorHandler {
}
/**
* 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(