Uses of Class
org.apache.olingo.odata2.api.processor.ODataErrorContext
Packages that use ODataErrorContext
Package
Description
Entity Provider
Data Processor
-
Uses of ODataErrorContext in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return ODataErrorContextModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.readErrorDocument(InputStream errorDocument, String contentType) Read (de-serialize) data from error document asInputStreamand provide accordingODataErrorContext.static ODataErrorContextEntityProvider.readErrorDocument(InputStream errorDocument, String contentType) Read (de-serialize) data from error document asInputStreamand provide accordingODataErrorContext.Methods in org.apache.olingo.odata2.api.ep with parameters of type ODataErrorContextModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.writeErrorDocument(ODataErrorContext context) Serializes an error message according to the OData standard.static ODataResponseEntityProvider.writeErrorDocument(ODataErrorContext context) Serializes an error message according to the OData standard. -
Uses of ODataErrorContext in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return types with arguments of type ODataErrorContextModifier and TypeMethodDescriptionODataErrorContext.getErrorDetails()Get a collection of detailed errors for a OData inner error to be returned in error response.Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataErrorContextModifier and TypeMethodDescriptionODataErrorCallback.handleError(ODataErrorContext context) This method can be used to handle an error differently than the exception mapper would.Method parameters in org.apache.olingo.odata2.api.processor with type arguments of type ODataErrorContextModifier and TypeMethodDescriptionvoidODataErrorContext.setErrorDetails(Collection<ODataErrorContext> errorDetails) Set a collection of detailed errors for a OData inner error to be returned in error response. -
Uses of ODataErrorContext in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep that return ODataErrorContextModifier and TypeMethodDescriptionAtomEntityProvider.readErrorDocument(InputStream errorDocument) ContentTypeBasedEntityProvider.readErrorDocument(InputStream errorDocument) JsonEntityProvider.readErrorDocument(InputStream errorDocument) ProviderFacadeImpl.readErrorDocument(InputStream errorDocument, String contentType) Methods in org.apache.olingo.odata2.core.ep with parameters of type ODataErrorContextModifier and TypeMethodDescriptionAtomEntityProvider.writeErrorDocument(ODataErrorContext context) Serializes an error message according to the OData standard.ContentTypeBasedEntityProvider.writeErrorDocument(ODataErrorContext context) JsonEntityProvider.writeErrorDocument(ODataErrorContext context) Serializes an error message according to the OData standard.ProviderFacadeImpl.writeErrorDocument(ODataErrorContext context) -
Uses of ODataErrorContext in org.apache.olingo.odata2.core.ep.consumer
Methods in org.apache.olingo.odata2.core.ep.consumer that return ODataErrorContextModifier and TypeMethodDescriptionJsonErrorDocumentConsumer.readError(InputStream errorDocument) Deserialize / read OData error document in ODataErrorContext.XmlErrorDocumentConsumer.readError(InputStream errorDocument) Deserialize / read OData error document in ODataErrorContext. -
Uses of ODataErrorContext in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type ODataErrorContextModifier and TypeMethodDescriptionvoidJsonErrorDocumentProducer.writeErrorDocument(Writer writer, ODataErrorContext context) voidXmlErrorDocumentProducer.writeErrorDocument(XMLStreamWriter writer, ODataErrorContext context)