Grants Api Apierror Structure

API error response

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Apierror Structure is a JSON Structure definition published by US African Development Foundation. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://www.usadf.gov/structure/apierror.json",
  "title": "APIError",
  "description": "API error response",
  "type": "record",
  "fields": [
    {
      "name": "detail",
      "description": "Error detail message",
      "type": "string"
    },
    {
      "name": "status",
      "description": "HTTP status code",
      "type": "int32"
    }
  ]
}