Weaviate · JSON Structure

Weaviate Error Response Structure

An error response returned by Weaviate endpoints.

Type: object Properties: 1
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Error Response Structure is a JSON Structure definition published by Weaviate, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

error

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-error-response-structure.json",
  "title": "ErrorResponse",
  "description": "An error response returned by Weaviate endpoints.",
  "type": "object",
  "properties": {
    "error": {
      "type": "array"
    }
  }
}