SAP HANA · Schema

Error

Standard error response returned by the SAP HANA Cloud REST API when a request fails.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
error string The error code identifying the type of error.
description string A human-readable description of the error.
statusCode integer The HTTP status code associated with the error.
View JSON Schema on GitHub

JSON Schema

sap-hana-cloud-rest-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Standard error response returned by the SAP HANA Cloud REST API when a request fails.",
  "properties": {
    "error": {
      "type": "string",
      "description": "The error code identifying the type of error."
    },
    "description": {
      "type": "string",
      "description": "A human-readable description of the error."
    },
    "statusCode": {
      "type": "integer",
      "description": "The HTTP status code associated with the error."
    }
  }
}