Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorDetails
Packages that use ODataServiceErrorDetails
-
Uses of ODataServiceErrorDetails in com.sap.cloud.sdk.datamodel.odata.client.exception
Classes in com.sap.cloud.sdk.datamodel.odata.client.exception that implement ODataServiceErrorDetailsModifier and TypeClassDescriptionclass
OData error to serve the standard specification.Methods in com.sap.cloud.sdk.datamodel.odata.client.exception that return types with arguments of type ODataServiceErrorDetailsModifier and TypeMethodDescriptionODataServiceError.getDetails()
A list of all contained nestedODataServiceErrors
.Constructor parameters in com.sap.cloud.sdk.datamodel.odata.client.exception with type arguments of type ODataServiceErrorDetailsModifierConstructorDescriptionODataServiceError
(String oDataCode, String oDataMessage, String target, List<ODataServiceErrorDetails> details, Map<String, Object> innerError)