Uses of Class
org.apache.olingo.commons.api.ex.ODataError
Packages that use ODataError
Package
Description
Contains all OData errors and exception-related classes.
Olingo Server API
-
Uses of ODataError in org.apache.olingo.client.api.communication
Methods in org.apache.olingo.client.api.communication that return ODataErrorConstructors in org.apache.olingo.client.api.communication with parameters of type ODataErrorModifierConstructorDescriptionODataClientErrorException
(org.apache.http.StatusLine statusLine, ODataError error) ConstructorODataClientErrorException
(org.apache.http.StatusLine statusLine, ODataError error, InputStream rawResponse) Constructor. -
Uses of ODataError in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return ODataErrorModifier and TypeMethodDescriptionODataReader.readError
(InputStream inputStream, ContentType contentType) Parses a stream into an OData error.ODataDeserializer.toError
(InputStream input) Gets the ODataError object represented by the given InputStream. -
Uses of ODataError in org.apache.olingo.commons.api.ex
Methods in org.apache.olingo.commons.api.ex that return ODataErrorModifier and TypeMethodDescriptionODataError.setAdditionalProperties
(Map<String, Object> additionalProperties) Sets server defined additional propertiesThe value for the code name/value pair is a language-independent string.ODataError.setDetails
(List<ODataErrorDetail> details) Sets error details.ODataError.setInnerError
(Map<String, String> innerError) Sets server defined key-value pairs for debug environment only.ODataError.setMessage
(String message) The value for the message name/value pair MUST be a human-readable, language-dependent representation of the error.The value for the target name/value pair is the target of the particular error (for example, the name of the property in error). -
Uses of ODataError in org.apache.olingo.server.api
Subclasses of ODataError in org.apache.olingo.server.apiModifier and TypeClassDescriptionclass
Class to hold all server relevant error information.