Factset · Schema

ErrorObject

Associated Error Objects

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string A unique ID for the occurrence of the error. It is advised to log this code and include it if you contact FactSet support desk.
title string a description of the error
View JSON Schema on GitHub

JSON Schema

factset-universal-screening-error-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorObject",
  "type": "object",
  "description": "Associated Error Objects",
  "properties": {
    "id": {
      "type": "string",
      "description": "A unique ID for the occurrence of the error. It is advised to log this code and include it if you contact FactSet support desk."
    },
    "title": {
      "type": "string",
      "description": "a description of the error"
    }
  }
}