| Interface | Description |
|---|---|
| ODataServiceErrorDetails |
Interface that resembles which information OData errors must contain and which information is optional.
|
| Class | Description |
|---|---|
| ODataServiceError |
OData error to serve the standard specification.
|
| Exception | Description |
|---|---|
| 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.
|
| 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. ODataResponseExceptionIf the response code infers an unhealthy state, i.e. |
| ODataRequestException |
Generic OData request exception indicating errors while trying to request a service resource.
|
| ODataResponseException |
A generic
ODataException representing an erroneous service response. |
| ODataSerializationException |
OData serialization exception type to focus on serialization errors when creating the service request.
|
| ODataServiceErrorException |
An
ODataException representing an erroneous response from the service where the payload contained detailed
OData error information. |
Copyright © 2021 SAP SE. All rights reserved.