Uses of Interface
com.sap.cds.services.application.ErrorResponseEventContext.ErrorResponse
Packages that use ErrorResponseEventContext.ErrorResponse
-
Uses of ErrorResponseEventContext.ErrorResponse in com.sap.cds.services.application
Methods in com.sap.cds.services.application that return ErrorResponseEventContext.ErrorResponseModifier and TypeMethodDescriptionErrorResponseEventContext.ErrorResponse.create()Creates a new instance ofErrorResponseEventContext.ErrorResponse.ApplicationLifecycleService.errorResponse(ServiceException exception) Called by protocol adapters to control transformation of exception and messages into an error response.ErrorResponseEventContext.getResult()Returns theErrorResponseEventContext.ErrorResponsewith messages and target HTTP status.Methods in com.sap.cds.services.application with parameters of type ErrorResponseEventContext.ErrorResponseModifier and TypeMethodDescriptionvoidErrorResponseEventContext.setResult(ErrorResponseEventContext.ErrorResponse errorResponse) Sets theErrorResponseEventContext.ErrorResponsewith messages and target HTTP status.