public interface ErrorProcessor extends Processor
Modifier and Type | Method and Description |
---|---|
void |
processError(ODataRequest request,
ODataResponse response,
ODataServerError serverError,
ContentType responseFormat)
Processes an error/exception.
|
void processError(ODataRequest request, ODataResponse response, ODataServerError serverError, 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–2018 The Apache Software Foundation. All rights reserved.