Weaviate · JSON Structure

Weaviate Graph Qlerror Structure

An error response caused by a GraphQL query.

Type: object Properties: 3
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Graph Qlerror Structure is a JSON Structure definition published by Weaviate, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

locations message path

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-graph-qlerror-structure.json",
  "title": "GraphQLError",
  "description": "An error response caused by a GraphQL query.",
  "type": "object",
  "properties": {
    "locations": {
      "type": "array"
    },
    "message": {
      "type": "str"
    },
    "path": {
      "type": "array"
    }
  }
}