Error

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "error": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "message": {
          "type": "object",
          "properties": {
            "lang": {
              "type": "string"
            },
            "value": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}