Factset · Schema

ErrorExample

Error Example Object

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
code string Specifies the error code.
title string Specifies the error message.
id string Specifies the id.
View JSON Schema on GitHub

JSON Schema

factset-global-filings-error-example-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorExample",
  "type": "object",
  "description": "Error Example Object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Specifies the error code."
    },
    "title": {
      "type": "string",
      "description": " Specifies the error message."
    },
    "id": {
      "type": "string",
      "description": "Specifies the id."
    }
  }
}