| Class | Description |
|---|---|
| ODataServiceError |
OData error to serve the standard specification.
|
| ODataServiceErrorRoot |
OData base error to serve the standard specification.
|
| Exception | Description |
|---|---|
| ODataBatchResponseException |
OData batch response exception indicating errors when parsing the service response.
|
| ODataConnectionException |
OData connection exception indicating errors when trying to establish a service connection.
|
| ODataDeserializationException |
OData deserialization exception type to focus on deserialization errors when parsing the service response.
|
| ODataErrorResponseException |
OData error type to provide service specific error information.
|
| ODataException |
The generic OData exception.
Its sub-types will be thrown in the following scenarios: ODataSerializationExceptionIf entity cannot be serialized for HTTP request. ODataConnectionExceptionWhen the HTTP connection cannot be established. ODataRequestExceptionWhen the OData request could not be sent due to a generic reason. ODataResponseExceptionWhen the OData response could not be correctly received due to a generic reason. ODataDeserializationExceptionWhen deserialization process failed for the OData response object. Or when the received OData service response contained a non-parsable error message. ODataServiceExceptionIf the response code infers an unhealthy state, i.e. |
| ODataRequestException |
Generic OData request exception indicating errors while trying to request a service resource.
|
| ODataResponseException |
Generic OData response exception indicating errors originating from the service response.
|
| ODataSerializationException |
OData serialization exception type to focus on serialization errors when creating the service request.
|
| ODataServiceException |
Base OData exception class to be used for errors originating from service responses.
|
Copyright © 2020 SAP SE. All rights reserved.