Quickstats Api Error Response Structure

Error response from the QuickStats API.

Type: object Properties: 2
AgricultureFederal GovernmentStatisticsOpen DataGeospatial

Error Response is a JSON Structure definition published by Agricultural Statistics Service, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agricultural-statistics-service/refs/heads/main/json-structure/quickstats-api-error-response-structure.json",
  "name": "Error Response",
  "description": "Error response from the QuickStats API.",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error type or description.",
      "example": "too many results"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message.",
      "example": "The request would return more than 50,000 records. Please narrow your query."
    }
  }
}