Uses of Class
org.apache.olingo.commons.api.ex.ODataError
Packages that use ODataError
Package
Description
Contains all OData errors and exception-related classes.
-
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).