Oracle Essbase · Schema

Error

Error response from the Essbase REST API.

AnalyticsBudgetingBusiness IntelligenceFinancial ConsolidationMulti-Dimensional DatabaseOLAPPlanning

Properties

Name Type Description
message string Human-readable error message.
errorCode string Machine-readable error code.
details string Additional error details.
View JSON Schema on GitHub

JSON Schema

oracle-essbase-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Error response from the Essbase REST API.",
  "properties": {
    "message": {
      "type": "string",
      "description": "Human-readable error message."
    },
    "errorCode": {
      "type": "string",
      "description": "Machine-readable error code."
    },
    "details": {
      "type": "string",
      "description": "Additional error details."
    }
  }
}