Bamboo Invest · Schema

Error response

Error response for external or internal errors not connected to data

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech

Properties

Name Type Description
message string Error response for external or internal errors not connected to data
View JSON Schema on GitHub

JSON Schema

errorresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/ErrorResponse",
  "title": "Error response",
  "required": [
    "message"
  ],
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Error response for external or internal errors not connected to data",
      "example": "Message why request didn't succeed"
    }
  },
  "description": "Error response for external or internal errors not connected to data"
}