HttpStatus.INTERNAL_SERVER_ERROR
is used for custom exceptions have no specific response status set here.
HttpStatus.INTERNAL_SERVER_ERROR
is used for custom exceptions that have no specific response status set here.
diff --git a/4.2.0/index.html b/4.2.0/index.html index 1cfe8eb..e250318 100644 --- a/4.2.0/index.html +++ b/4.2.0/index.html @@ -123,8 +123,8 @@
The goal of the project is to make it easy to have proper error responses for REST APIs build with Spring Boot. -Just like Spring Boot itself it takes an opinionated approach to how the response body should look like in the case of an error.
+The goal of the project is to make it easy to have proper error responses for REST APIs built with Spring Boot. +Just like Spring Boot itself, it takes an opinionated approach to how the response body should look like in the case of an error.
If you want to change the message for the global errors, the default Spring mechanismn to do see keeps working.
+If you want to change the message for the global errors, the default Spring mechanism for that keeps working.
HttpStatus.INTERNAL_SERVER_ERROR
is used for custom exceptions have no specific response status set here.
HttpStatus.INTERNAL_SERVER_ERROR
is used for custom exceptions that have no specific response status set here.