Package | Description |
---|---|
org.apache.olingo.commons.api.domain | |
org.apache.olingo.server.api |
Modifier and Type | Method and Description |
---|---|
ODataErrorDetail |
ODataErrorDetail.setCode(String code) |
ODataErrorDetail |
ODataErrorDetail.setMessage(String message) |
ODataErrorDetail |
ODataErrorDetail.setTarget(String 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–2015 The Apache Software Foundation. All rights reserved.