Crystal Reports · JSON Structure

Crystal Reports Error Structure

Error response from the API

Type: object Properties: 2
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Error is a JSON Structure definition published by Crystal Reports, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error_code message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-error-structure.json",
  "name": "Error",
  "description": "Error response from the API",
  "type": "object",
  "properties": {
    "error_code": {
      "type": "int32",
      "description": "Numeric error code",
      "example": 401
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message",
      "example": "Authentication token is missing or expired"
    }
  }
}