Factset · Schema

errorResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
message string A short description of the error.
errors array Optional list of errors. e.g. Validation errors for multiple parameters
View JSON Schema on GitHub

JSON Schema

factset-signals-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "errorResponse",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "A short description of the error."
    },
    "errors": {
      "type": "array",
      "description": "Optional list of errors. e.g. Validation errors for multiple parameters"
    }
  }
}