Kong · Schema

Error

standard error

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
message string A short summary of the problem.
View JSON Schema on GitHub

JSON Schema

kong-konnectcplegacybaseerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KonnectCPLegacyBaseError",
  "title": "Error",
  "description": "standard error",
  "type": "object",
  "properties": {
    "message": {
      "description": "A short summary of the problem.\n",
      "type": "string",
      "readOnly": true
    }
  }
}