Uses of Class
org.apache.olingo.commons.api.ex.ODataErrorDetail
Packages that use ODataErrorDetail
Package
Description
Contains all OData errors and exception-related classes.
Olingo Server API
-
Uses of ODataErrorDetail in org.apache.olingo.commons.api.ex
Methods in org.apache.olingo.commons.api.ex that return ODataErrorDetailModifier and TypeMethodDescriptionODataErrorDetail.setAdditionalProperties
(Map<String, Object> additionalProperties) Sets server defined additional propertiesODataErrorDetail.setMessage
(String message) Set the error target.Methods in org.apache.olingo.commons.api.ex that return types with arguments of type ODataErrorDetailMethod parameters in org.apache.olingo.commons.api.ex with type arguments of type ODataErrorDetailModifier and TypeMethodDescriptionODataError.setDetails
(List<ODataErrorDetail> details) Sets error details. -
Uses of ODataErrorDetail in org.apache.olingo.server.api
Method parameters in org.apache.olingo.server.api with type arguments of type ODataErrorDetailModifier and TypeMethodDescriptionODataServerError.setDetails
(List<ODataErrorDetail> details) Sets error details.