Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
-
Uses of ODataServiceError in com.sap.cloud.sdk.datamodel.odata.client.exception
Modifier and TypeMethodDescriptionstatic ODataServiceError
ODataServiceError.fromResultObject
(ResultObject resultObject, ODataProtocol protocol) SDK internal method to construct an OData error from aResultObject
.ODataServiceErrorException.getOdataError()
The parsedODataServiceError
that was found in the HTTP response body.ModifierConstructorDescriptionODataServiceErrorException
(ODataRequestGeneric request, org.apache.http.HttpResponse httpResponse, String message, Throwable cause, ODataServiceError odataError) Default constructor.