public interface ErrorProcessor extends Processor
| Modifier and Type | Method and Description |
|---|---|
void |
processError(ODataRequest request,
ODataResponse response,
ODataServerError serverError,
org.apache.olingo.commons.api.format.ContentType responseFormat)
Processes an error/exception.
|
void processError(ODataRequest request, ODataResponse response, ODataServerError serverError, org.apache.olingo.commons.api.format.ContentType responseFormat)
request - OData request object containing raw HTTP informationresponse - OData response object for collecting response dataserverError - the server errorresponseFormat - requested content type after content negotiationCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.