Hubble Network · Schema

Hubble Error Response

The Hubble API error envelope. The `name` field is the stable machine-readable discriminator; `description` is human-readable and may change.

CompanyIoTBluetoothSatelliteConnectivityAsset TrackingDevicesNetworksTelemetryLogistics

Properties

Name Type Description
code integer The HTTP status code
description string A description for the error. For user errors, we attempt to be as descriptive as possible to help with diagnosing the issue. For internal errors, the error description is only indicates that a retry s
name string `name` is a short name for the error.
View JSON Schema on GitHub

JSON Schema

hubble-network-error.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubble-network/refs/heads/main/json-schema/hubble-network-error.json",
  "title": "Hubble Error Response",
  "description": "The Hubble API error envelope. The `name` field is the stable machine-readable discriminator; `description` is human-readable and may change.",
  "x-derived-from": "openapi/hubble-network-platform-openapi.yml#/components/schemas/errorResponse",
  "x-generated": "2026-08-04",
  "x-method": "derived",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer",
      "description": "The HTTP status code"
    },
    "description": {
      "type": "string",
      "description": "A description for the error.\nFor user errors, we attempt to be as descriptive as possible to help with diagnosing the issue.\nFor internal errors, the error description is only indicates that a retry should occur but we log the full error so that we can diagnose it.\nError descriptions can change over time and should not be programmed against.\n"
    },
    "name": {
      "type": "string",
      "enum": [
        "Bad Request",
        "Unauthorized",
        "Not Found",
        "Too Many Requests",
        "Internal Server Error"
      ],
      "description": "`name` is a short name for the error.\n"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hubble-network-error"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.