Zapier · JSON Structure

Partner Api Action Run Response Error Structure

The error information returned from a third party when running an action.

Type: object Properties: 5
IntegrationiPaaS

_ActionRunResponseError is a JSON Structure definition published by Zapier, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code title detail delay meta

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/zapier/refs/heads/main/json-structure/partner-api--action-run-response-error-structure.json",
  "name": "_ActionRunResponseError",
  "description": "The error information returned from a third party when running an action.",
  "type": "object",
  "properties": {
    "code": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeEnum"
        }
      ],
      "description": "Error type of the result object.\n\n* `user` - user\n* `authentication` - authentication\n* `partner` - partner\n* `system` - system\n* `throttled` - throttled\n* `system_throttled` - system_throttled\n* `hydration` - hydration",
      "example": "example-value"
    },
    "title": {
      "type": "string",
      "description": "A short summary of the problem.",
      "example": "Example Name"
    },
    "detail": {
      "type": "string",
      "description": "A human-readable explanation specific to this occurrence of the problem.",
      "example": "example-value"
    },
    "delay": {
      "type": "int32",
      "description": "When a partner throttled the execution call (error_type = throttled), this value will hold the number of seconds to wait before retrying.",
      "example": 100
    },
    "meta": {
      "type": "object",
      "additionalProperties": {},
      "description": "Any additional error information returned from the partner.",
      "example": {}
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/partner-api--action-run-response-error-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.