| Package | Description |
|---|---|
| org.apache.olingo.client.core.serialization | |
| org.apache.olingo.commons.api.ex |
Contains all OData errors and exception-related classes.
|
| org.apache.olingo.server.api |
Olingo Server API
|
| Modifier and Type | Method and Description |
|---|---|
protected ResWrap<ODataErrorDetail> |
JsonODataErrorDetailDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
| 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 © 2023. All rights reserved.