{
  "apiVersion": "1.0.0",
  "generatedAt": "2026-09-08T13:00:16.378Z",
  "documentation": "https://get.astera.com/developers",
  "count": 4,
  "data": [
    {
      "code": "not_found",
      "status": 404,
      "message": "The requested resource does not exist.",
      "hint": "Check the path against /api/v1/index.json or the OpenAPI spec at /openapi.json. Resource paths always end in .json."
    },
    {
      "code": "invalid_parameter",
      "status": 400,
      "message": "A path or query parameter was missing or not one of the allowed values.",
      "hint": "Allowed values for enumerated parameters are listed in the OpenAPI spec at /openapi.json."
    },
    {
      "code": "unsupported_method",
      "status": 405,
      "message": "The API is read-only; only GET and HEAD are supported.",
      "hint": "Retry the request with GET. There are no write endpoints on this API."
    },
    {
      "code": "rate_limited",
      "status": 429,
      "message": "Too many requests from this client.",
      "hint": "Back off and retry after 60 seconds, and cache responses for at least 5 minutes."
    }
  ]
}
