Merge branch '5.3.x' into main

This commit is contained in:
Rossen Stoyanchev 2021-10-18 16:27:34 +01:00
commit f01b856064
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(