Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
Packages that use ODataServiceError
- 
Uses of ODataServiceError in com.sap.cloud.sdk.datamodel.odata.client.exception
Methods in com.sap.cloud.sdk.datamodel.odata.client.exception that return ODataServiceErrorModifier and TypeMethodDescriptionstatic ODataServiceErrorODataServiceError.fromResultObject(ResultObject resultObject, ODataProtocol protocol) SDK internal method to construct an OData error from aResultObject.ODataServiceErrorException.getOdataError()The parsedODataServiceErrorthat was found in the HTTP response body.Constructors in com.sap.cloud.sdk.datamodel.odata.client.exception with parameters of type ODataServiceErrorModifierConstructorDescriptionODataServiceErrorException(ODataRequestGeneric request, org.apache.http.HttpResponse httpResponse, String message, Throwable cause, ODataServiceError odataError) Default constructor.