Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
Packages that use ODataResponseException
Package
Description
-
Uses of ODataResponseException in com.sap.cloud.sdk.datamodel.odata.client.exception
Subclasses of ODataResponseException in com.sap.cloud.sdk.datamodel.odata.client.exceptionModifier and TypeClassDescriptionclass
OData deserialization exception type to focus on deserialization errors when parsing the service response.class
AnODataException
representing an erroneous response from the service where the payload contained detailed OData error information. -
Uses of ODataResponseException in com.sap.cloud.sdk.datamodel.odata.client.request
Methods in com.sap.cloud.sdk.datamodel.odata.client.request that throw ODataResponseExceptionModifier and TypeMethodDescriptionODataRequestResultMultipartGeneric.getResult
(ODataRequestGeneric request) Gets theODataRequestResultGeneric
for the givenrequest
.