Wikipedia / MediaWiki · JSON Structure

Mediawiki Action Api Action Api Error Structure

ActionApiError schema from MediaWiki Action API

Type: object Properties: 4
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

ActionApiError is a JSON Structure definition published by Wikipedia / MediaWiki, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code info * docref

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/wikipedia/refs/heads/main/json-structure/mediawiki-action-api-action-api-error-structure.json",
  "name": "ActionApiError",
  "description": "ActionApiError schema from MediaWiki Action API",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "example": "ratelimited"
    },
    "info": {
      "type": "string",
      "description": "Human-readable error description"
    },
    "*": {
      "type": "string",
      "description": "Legacy error text"
    },
    "docref": {
      "type": "string",
      "description": "Pointer to docs for this error class"
    }
  }
}