Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorDetails
-
Uses of ODataServiceErrorDetails in com.sap.cloud.sdk.datamodel.odata.client.exception
Modifier and TypeClassDescriptionclass
OData error to serve the standard specification.Modifier and TypeMethodDescriptionODataServiceError.getDetails()
A list of all contained nestedODataServiceErrors
.ModifierConstructorDescriptionODataServiceError
(String oDataCode, String oDataMessage, String target, List<ODataServiceErrorDetails> details, Map<String, Object> innerError)