| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.ex | Contains all OData errors and exception-related classes. | 
| org.apache.olingo.server.api | Olingo Server API
 The OData Library is a protocol implementation of the OData V4.0 standard. | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataErrorDetail | ODataErrorDetail. setAdditionalProperties(Map<String,Object> additionalProperties)Sets server defined additional properties | 
| ODataErrorDetail | ODataErrorDetail. setCode(String code) | 
| ODataErrorDetail | ODataErrorDetail. setMessage(String message) | 
| ODataErrorDetail | ODataErrorDetail. setTarget(String target)Set the error target. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ODataErrorDetail> | ODataError. getDetails()Gets error details. | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataError | ODataError. setDetails(List<ODataErrorDetail> details)Sets error details. | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataServerError | ODataServerError. setDetails(List<ODataErrorDetail> details)Sets error details. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.