Bloomberg AIM · Schema

FieldException

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
fieldId string
errorInfo object
View JSON Schema on GitHub

JSON Schema

bloomberg-http-field-exception-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FieldException",
  "type": "object",
  "properties": {
    "fieldId": {
      "type": "string"
    },
    "errorInfo": {
      "type": "object"
    }
  }
}