Error

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
message string Human-readable error message
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    }
  }
}