Factset · Schema

soErrorObject

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string A UUID for this particular occurrence of the problem.
code string status
links object The Endpoint path {package}/version/{endpoint}
title string The plain text error message
View JSON Schema on GitHub

JSON Schema

factset-global-prices-so-error-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "soErrorObject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "A UUID for this particular occurrence of the problem."
    },
    "code": {
      "type": "string",
      "description": "status"
    },
    "links": {
      "type": "object",
      "description": "The Endpoint path {package}/version/{endpoint}"
    },
    "title": {
      "type": "string",
      "description": "The plain text error message"
    }
  }
}