Factset · Schema

errorResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
status integer status
error string The plain text error message
View JSON Schema on GitHub

JSON Schema

factset-exchange-datafeed-data-model-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "errorResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "integer",
      "description": "status"
    },
    "error": {
      "type": "string",
      "description": "The plain text error message"
    }
  }
}