Slack · JSON Structure

Slack Web Error Response Structure

Type: object Properties: 3
BotsChatCollaborationMessagingProductivityT1Team Communication

ErrorResponse is a JSON Structure definition published by Slack, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

ok error response_metadata

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean"
    },
    "error": {
      "type": "string"
    },
    "response_metadata": {
      "type": "object"
    }
  }
}