SAP HANA · JSON Structure

Sap Hana Cloud Rest Error Structure

Type: object Properties: 3
AnalyticsCloudDatabaseEnterpriseIn-Memory

Error is a JSON Structure definition published by SAP HANA, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

error description statusCode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "error": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "statusCode": {
      "type": "integer"
    }
  }
}