Class ErrorResponseHandler

java.lang.Object
com.sap.cds.services.impl.application.ErrorResponseHandler
All Implemented Interfaces:
EventHandler

public class ErrorResponseHandler extends Object implements EventHandler
This handler is called when @ApplicationLifecycleService handles the event ApplicationLifecycleService.EVENT_ERROR_RESPONSE On @On phase, it merges the messages from the exception and request context in error response that can be changed by custom @After handler.
  • Constructor Details

    • ErrorResponseHandler

      public ErrorResponseHandler()
  • Method Details