Refinitiv Eikon · Schema

Error

Standard error response from the Refinitiv Data Platform.

AnalyticsFinancial DataFinancial NewsMarket DataReal-Time DataTrading

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

refinitiv-eikon-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Standard error response from the Refinitiv Data Platform.",
  "properties": {
    "error": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Unique error identifier."
        },
        "code": {
          "type": "string",
          "description": "Machine-readable error code."
        },
        "message": {
          "type": "string",
          "description": "Human-readable error message."
        },
        "status": {
          "type": "object",
          "description": "HTTP status information.",
          "properties": {
            "code": {
              "type": "integer",
              "description": "HTTP status code."
            },
            "message": {
              "type": "string",
              "description": "HTTP status message."
            }
          }
        }
      }
    }
  }
}