Helicone · Schema

ResultError_string_

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
data number
error string
View JSON Schema on GitHub

JSON Schema

helicone-resulterror-string-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResultError_string_",
  "title": "ResultError_string_",
  "properties": {
    "data": {
      "type": "number",
      "enum": [
        null
      ],
      "nullable": true
    },
    "error": {
      "type": "string"
    }
  },
  "required": [
    "data",
    "error"
  ],
  "type": "object",
  "additionalProperties": false
}