Package | Description |
---|---|
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 |
---|---|
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–2018 The Apache Software Foundation. All rights reserved.