Package org.nentangso.core.web.rest.errors
Specific errors used with Zalando's "problem-spring-web" library.
More information on https://github.com/zalando/problem-spring-web
-
Class Summary Class Description NtsExceptionTranslator Controller advice to translate the server side exceptions to client-friendly json structures.ResponseEntityExceptionHandler A class with an@ExceptionHandlermethod that handles all Spring WebFlux raised exceptions by returning aResponseEntitywith RFC 7807 formatted error details in the body.