Class and Description |
---|
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.
|
ODataServiceError
OData error to serve the standard specification.
|
ODataServiceErrorRoot
OData base error to serve the standard specification.
|
ODataServiceException
Base OData exception class to be used for errors originating from service responses.
|
Class and Description |
---|
ODataBatchResponseException
OData batch response exception indicating errors when parsing the service response.
|
Class and Description |
---|
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. |
Copyright © 2020 SAP SE. All rights reserved.