Factset · Schema

error

Full details of any error

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
code string The error code
detail string Explanation specific to the occurrence of the error
id string Identifier for the error
title string The title of the error
View JSON Schema on GitHub

JSON Schema

factset-portfolio-reporting-batcher-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "error",
  "type": "object",
  "description": "Full details of any error",
  "properties": {
    "code": {
      "type": "string",
      "description": "The error code"
    },
    "detail": {
      "type": "string",
      "description": "Explanation specific to the occurrence of the error"
    },
    "id": {
      "type": "string",
      "description": "Identifier for the error"
    },
    "title": {
      "type": "string",
      "description": "The title of the error"
    }
  }
}