Factset · Schema

errorResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
status string status
timestamp string timestamp in YYYY-MM-DD HH:MM:SS.SSS
path string The Endpoint path {package}/version/{endpoint}
message string The plain text error message
subErrors object subErrors related to the error message. Null if not applicable.
View JSON Schema on GitHub

JSON Schema

factset-prices-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "errorResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "status"
    },
    "timestamp": {
      "type": "string",
      "description": "timestamp in YYYY-MM-DD HH:MM:SS.SSS"
    },
    "path": {
      "type": "string",
      "description": "The Endpoint path {package}/version/{endpoint}"
    },
    "message": {
      "type": "string",
      "description": "The plain text error message"
    },
    "subErrors": {
      "type": "object",
      "description": "subErrors related to the error message. Null if not applicable."
    }
  }
}