Class | Description |
---|---|
ODataServiceError |
OData error to serve the standard specification.
|
ODataServiceErrorRoot |
OData base error to serve the standard specification.
|
Exception | Description |
---|---|
CsrfTokenRetrievalException |
Indicates an error during the retrieval of an CSRF token.
|
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: ODataSerializationException If entity cannot be serialized for HTTP request. ODataConnectionException When the HTTP connection cannot be established. ODataRequestException When the OData request could not be sent due to a generic reason. ODataResponseException When the OData response could not be correctly received due to a generic reason. ODataDeserializationException When deserialization process failed for the OData response object. Or when the received OData service response contained a non-parsable error message. ODataServiceException If 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.