Factset · Schema

ErrorResponse

Standard error response wrapper.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
errors array An array containing error details.
View JSON Schema on GitHub

JSON Schema

factset-fundamentals-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Standard error response wrapper.",
  "properties": {
    "errors": {
      "type": "array",
      "description": "An array containing error details."
    }
  }
}