SAP S/4HANA · Schema

ODataError

OData error response envelope

Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

sap-s4hana-sales-order-o-data-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ODataError",
  "type": "object",
  "description": "OData error response envelope",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}