{
  "args": {
    "error": {
      "desc": "A human-readable error message that contains information about why the function failed to complete",
      "required": true,
      "type": "string"
    },
    "function_execution_id": {
      "desc": "Context identifier that maps to the executed function",
      "example": "Fx12345ABCDE",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Signal that a function failed to complete",
  "errors": {
    "execution_not_in_running_state": "The function execution is no longer in a state to be completed.",
    "function_execution_not_found": "The specified function execution cannot be found.",
    "unknown_method": "This method does not exist."
  },
  "rate_limit": {
    "label": "Tier 3: 50+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {}
}

