ErrLookup › dgraph-io/dgraph
dgraph-io/dgraph
high-performance graph database for real-time use cases · Go · 353 source files
Analyzed at 759e242be6 on 2026-09-01. 600 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| illegal rune found "%c", expecting { | validation | error | dgraph, index-factory, schema, tokenizer |
| JSON map is followed by illegal rune "%c" | validation | error | dgraph, index-factory, options, schema |
| Malformed JSON | validation | error | dgraph, tokenizer, index-rebuild, schema |
| UID must be present and non-zero while deleting edges | validation | error | dgraph, tokenizer, exact-index, type-mismatch |
| facet value can only be string/number/bool | validation | error | dgraph, tokenizer, trigram, type-mismatch |
| facets format should be of type map for scalarlist predicate | validation | error | dgraph, tokenizer, hash, type-mismatch |
| facet: %s, index: %s: %w | validation | error | dgraph, tokenizer, hash, blake2b, defensive |
| facet: %s: %w | validation | error | dgraph, tokenizer, identifier, version-mismatch |
| while processing '%s', brackets are not closed properly | validation | error | dgraph, tokenizer, fulltext, arguments, api-misuse |
| unexpected type for val for attr: %s while converting to nqu | validation | error | json-parser, type-conversion, nquad, dgraph |
| error while trying to parse value: %+v as geo val | validation | error | json-parser, geo, serialization, dgraph |
| couldn't convert value: %s to geo type | validation | error | json-parser, geo, geojson, dgraph |
| got unsupported type for list: %s | validation | error | json-parser, list, unsupported-type, dgraph |
| only array of map allowed at root | validation | error | json-parser, input-validation, root-element, dgraph |
| initial element not found in json | validation | error | json-parser, input-validation, root-element, dgraph |
| while unquoting: %w | validation | error | rdf-parser, escaping, syntax, dgraph |
| if predicate/subject is *, value should be * as well | validation | error | rdf-parser, wildcard, deletion, dgraph |
| NQuad failed sanity check. Subject: %q, Predicate: %q, Objec | validation | error | rdf, parsing, validation, dgraph |
| expected '(', found: %s | validation | error | rdf, parsing, syntax, dgraph |
| expected variable name, found: %s | validation | error | rdf, parsing, syntax, dgraph |
| empty variable name in function call | validation | error | rdf, parsing, validation, dgraph |
| expected ')', found: %s | validation | error | rdf, parsing, syntax, dgraph |
| unexpected end of facets | validation | error | rdf, parsing, facets, dgraph |
| expected '(' but found %v at facet | validation | error | rdf, parsing, facets, dgraph |
| expected key but found %v | validation | error | rdf, parsing, facets, dgraph |
| empty facetKeys not allowed | validation | error | rdf, parsing, facets, validation, dgraph |
| error creating indexer for %s: %w | exception | error | dgraph, bulk-loader, vector-index, hnsw, schema |
| --duration: certificate expiration date '%s' exceeds parent | validation | error | x509, certificate, duration, pki |
| %s: verification failed | exception | critical | x509, certificate-verification, tls, pki |
| Unsupported key type: %T | exception | error | go, crypto, key-generation, unsupported-type |
| Failed to read key block | exception | error | pem, tls, key-file, parsing |
| Unknown PEM type: %s | exception | error | pem, tls, key-format, pkcs8 |
| Key size value is too large (x > 4096) | validation | error | cli, tls, validation, input-validation |
| Key size value must be a factor of 2 | validation | error | cli, tls, validation |
| Elliptic curve value must be one of: P224, P256, P384 or P52 | validation | error | cli, tls, validation, ecdsa |
| Unsupported certificate | exception | warning | tls, cli, naming-convention |
| could not read parent cert | exception | error | tls, x509, file-io, chain-of-trust |
| Unsupported key | exception | warning | tls, keys, naming-convention |
| Unknown private key type: %T | exception | error | tls, keys, crypto, unsupported-algorithm |
| Unsupported file | exception | info | tls, cli, file-management |
| error while creating debug file: %s | exception | error | file-io, filesystem, permissions, cli |
| http fetch: %v | exception | error | network, http, connectivity, diagnostics |
| server response: %s - %s | http | error | http, network, pprof, debuginfo |
| server response: %s | http | error | http, network, debuginfo |
| error while creating temporary directory: %s | exception | error | filesystem, disk, tmpdir, debuginfo |
| error while archiving debuginfo directory: %s | exception | error | filesystem, archive, gzip, disk-full |
| connection string cannot be empty | validation | error | validation, grpc, configuration, import |
| failed to connect to endpoint [%s]: %w | exception | error | grpc, network, connection, tls, import |
| bulk output directory cannot be empty | validation | error | validation, configuration, import, bulk-loader |
| failed to initiate external snapshot stream: %v | exception | error | grpc, raft, snapshot, retry, import |
| p directory does not exist for group [%d]: [%s] | exception | error | filesystem, path, bulk-loader, import |
| failed to turn off drain mode: %v | console | critical | grpc, raft, drain-mode, recovery, import |
| failed to disable drain mode: %v | console | error | grpc, network, snapshot-import, drain-mode |
| failed to start external snapshot stream for group %d: %w | console | error | grpc, network, stream, snapshot-import |
| failed to open BadgerDB at [%v]: %v | console | error | badger, filesystem, snapshot-import, configuration |
| failed to send request for group ID [%v] to the server: %w | console | error | grpc, network, stream, snapshot-import |
| failed to receive response for group ID [%v] from the server | console | error | grpc, network, stream, snapshot-import |
| badger streaming failed for group [%v]: %v | console | error | badger, grpc, stream, snapshot-import |
| failed to send data chunk: %w | console | error | grpc, network, stream, snapshot-import |
| stream orchestration failed for group [%v]: %w, badger path: | console | error | badger, stream, filesystem, snapshot-import |
| failed to send 'done' signal for group [%d]: %w | console | error | grpc, network, stream, snapshot-import |
| cannot force namespace %#x when provided creds are not of su | console | error | permissions, acl, namespace, cli |
| Upsert Predicate feature is not supported for loadinginto mu | console | error | cli, namespace, unsupported-feature, upsert |
| Cannot load into namespace %#x. It does not exist. | console | error | namespace, cli, configuration, cluster-state |
| RDF or JSON file(s) location must be specified | console | error | cli, missing-argument, configuration |
| No data files found in %s | console | error | cli, filesystem, file-not-found, configuration |
| %s | console | error | cli, data-parsing, concurrency, wrapped-error |
| error opening connection with Dgraph Alpha: %v | console | error | network, grpc, connection, mcp |
| error opening connection with Dgraph Alpha: %w | console | error | network, mcp, grpc, connection |
| error running query: %w | console | error | query, grpc, cluster-health, mcp |
| failed to get schema: %v | console | error | query, schema, cluster-health, mcp |
| while writing schema | console | error | io, migration, file-write |
| while dumping table %s | console | error | migration, sql, data-conversion |
| not allowed to overwrite %s | console | warning | cli, file-conflict, migration |
| while writing schema file | console | error | io, migration, file-write |
| while writing data file | console | error | io, migration, data-conversion |
| nil value found | console | error | migration, sql, null-value |
| found invalid nullint | console | error | migration, sql, null-value |
| found invalid nulltime | console | error | migration, sql, null-value |
| Unhealthy connection to %v | exception | critical | network, grpc, zero, raft |
| group: [%d] is not a known group | exception | error | dgraph, zero, tablet, invalid-request, distributed-systems |
| namespace: %d. No tablet found for: %s | exception | error | dgraph, zero, tablet, predicate, membership |
| namespace: %d. Tablet: [%s] is already being served by group | exception | info | dgraph, zero, tablet, no-op, idempotency |
| Unable to move reserved predicate %s | exception | error | dgraph, zero, tablet, reserved-predicate, invalid-operation |
| Tablet to be moved: [%v] is not being served | exception | error | dgraph, zero, tablet, membership, race-condition |
| unable to reach quorum | exception | error | dgraph, zero, quorum, raft, network |
| I am not the Zero leader | exception | error | dgraph, zero, leader, raft, tablet |
| while leasing txn timestamp. Id: %+v | exception | error | dgraph, zero, timestamp, raft, timeout |
| No healthy connection found to leader of group %d | exception | error | dgraph, zero, alpha, leader, connection |
| while calling MovePredicate | exception | error | dgraph, zero, alpha, grpc, streaming, timeout |
| while proposing tablet reassignment. Proposal: %+v | exception | error | raft, zero, cluster-administration, tablet-rebalance |
| Server is being shut down | exception | warning | shutdown, zero, sentinel-error, grpc |
| Create Proposal: Invalid group: %+v | exception | error | zero, membership, validation, raft |
| Unknown group for member: %+v | exception | error | zero, membership, stale-state, cluster-administration |
| Unknown member: %+v | exception | error | zero, membership, raft-id, cluster-administration |
| Unknown group for tablet: %+v | exception | error | zero, tablet, membership, stale-state |
| Tablets are empty in %+v | exception | warning | zero, grpc, validation, tablet |
| Group ID is Zero in %+v | exception | warning | zero, grpc, validation, group-id |
| No group with groupId %d found | exception | error | zero, remove-node, cluster-administration, validation |
| No node with nodeId %d found in group %d | exception | error | zero, remove-node, cluster-administration, validation |
| Move all tablets from group %d before removing the last node | exception | error | dgraph-zero, cluster-management, membership, tablets |
| Context has error: %v | exception | warning | dgraph-zero, context-cancelled, grpc, timeout |
| NO_ADDR: No address provided: %+v | exception | error | dgraph-zero, configuration, grpc, membership |
| REUSE_RAFTID: Duplicate Raft ID %d to removed member: %+v | exception | critical | dgraph-zero, raft, membership, cluster-management |
| REUSE_ADDR: Duplicate address to existing member: %+v. Self: | exception | error | dgraph-zero, membership, networking, configuration |
| REUSE_RAFTID: Healthy connection to a member with same ID: % | exception | critical | dgraph-zero, raft, membership, duplicate-id |
| Tablet predicate is empty in %+v | exception | error | dgraph-zero, validation, grpc, tablet |
| Unable to find group | exception | warning | dgraph-zero, membership, race-condition, tablets |
| Unable to find group: %d | exception | warning | dgraph-zero, membership, race-condition, tablets |
| Unable to reach leader of group: %d | exception | error | dgraph, zero, cluster, raft-leader, predicate-drop |
| Invalid Math expression | exception | error | dql, dgraph, math-parser, query-syntax |
| Invalid math statement. Expected 1 operands | exception | error | dql, dgraph, math-parser, unary-operator |
| Division by zero | exception | error | dql, dgraph, division-by-zero, math |
| Invalid Math expression. Expected 3 operands | exception | error | dql, dgraph, cond, math-parser |
| Invalid Math expression. Expected 2 operands | exception | error | dql, dgraph, math-parser, binary-operator |
| Division by zero. | exception | error | dql, dgraph, division-by-zero, math |
| Expected ( after math | exception | error | dql, dgraph, syntax, math-parser |
| Unknown math function: %v | validation | error | dql, dgraph, unknown-function, math-parser |
| Variable not found in math | validation | error | dql, query-variable, math-expression |
| UID must to be greater than 0 | validation | error | dgraph, uid, mutation |
| UID not found/generated for xid %s | validation | error | dgraph, mutation, xid |
| Subject and object both should be *. Got: %+v | validation | error | dgraph, mutation, alter |
| Subject should be > 0 for nquad: %+v | validation | error | dgraph, dql, mutation, uid-resolution |
| ObjectId should be > 0 for nquad: %+v | validation | error | dgraph, dql, mutation, uid-resolution |
| Unknown value type for nquad: %+v | validation | error | dgraph, dql, mutation, value-type |
| Cycle detected: %s | validation | error | dgraph, dql, graphql, fragments, recursion |
| Missing fragment: %s | validation | error | dgraph, dql, graphql, fragments |
| No value found | validation | error | dgraph, dql, variables, validation |
| Expected an int but got %v | validation | error | dgraph, dql, variables, type-parsing, int |
| Expected a float but got %v | validation | error | dgraph, dql, variables, type-parsing, float |
| Expected a bool but got %v | validation | error | dgraph, dql, variables, type-parsing, bool |
| Expected a float32vector but got %v | validation | error | dgraph, dql, variables, type-parsing, vector |
| Multiple groot users found | exception | critical | acl, dgraph, groot, bootstrap |
| Error while parsing Uid: %s of groot user | exception | error | acl, dgraph, uid, parse |
| While upserting user with id %s | exception | error | namespace, context, grpc, acl |
| only guardians are allowed to drop all data, but the current | exception | error | acl, permission, drop-all, authorization |
| the permission of ACL predicates can not be changed | exception | error | acl, permission, mutation, guardians |
| ACL predicates can't be deleted | exception | error | acl, delete, permission, guardians |
| Authorize guardian of the galaxy, extracting jwt token, erro | exception | error | auth, jwt, acl, namespace |
| PersistedQueryNotFound | exception | error | graphql, persisted-queries, apollo, cache-miss |
| provided sha does not match query | exception | error | graphql, persisted-queries, sha256, hash-mismatch |
| same sha returned %d queries | exception | warning | graphql, persisted-queries, race-condition, dedup |
| error while parsing [%v] | exception | error | dgraph, mutation, uid-parsing, upsert |
| could not insert duplicate value [%v] for predicate [%v] | validation | error | dgraph, unique-constraint, mutation, duplicate |
| there are duplicates in existing data for predicate [%v].Ple | validation | error | dgraph, unique-constraint, data-quality, schema |
| unique validation failed to fetch schema for predicates %v | exception | error | dgraph, network, schema, cluster |
| error while writing string | exception | error | dgraph, internal, mutation, unique-constraint |
| error while building unique query | exception | error | dgraph, internal, mutation, unique-constraint |
| UpdateExtSnapshotStreamingStateRequest must not be nil | validation | error | dgraph, grpc, admin, validation |
| UpdateExtSnapshotStreamingStateRequest cannot have both Star | validation | error | dgraph, grpc, admin, validation |
| Unavailable: Server not ready. | exception | warning | graphql, admin, server-not-ready, startup |
| Not resolving %s. There's no GraphQL schema in Dgraph. Use t | exception | error | graphql, admin, missing-schema, namespace |
| %s was not executed because no suitable resolver could be fo | exception | error | graphql, admin, resolver-bug, internal |
| error while getting the schema for ns %d | exception | error | graphql, admin, namespace, schema-lookup |
| failed to lazy-load GraphQL schema | exception | error | graphql, lazy-load, storage, network |
| can't convert input to map | validation | error | graphql, mutation, input-validation, assign |
| can't convert input.what to string | validation | error | graphql, mutation, input-validation, assign |
| you must specify a 'destination' value | validation | error | graphql, admin, backup, input-validation |
| invalid untilDate %q: %v | validation | error | graphql, date-parsing, input-validation, admin-api |
| %s: %s | exception | error | graphql, backups, s3, storage, admin-api |
| can't convert input to map | validation | error | graphql, input-validation, admin-api, mutation |
| can't convert input.tablet to string | validation | error | graphql, input-validation, type-mismatch, admin-api |
| Cannot delete default namespace | validation | error | graphql, namespace, multitenancy, admin-api, guard |
| can't convert input to map | validation | error | graphql, input-validation, admin-api, mutation |
| got unexpected value type | validation | error | graphql, type-mismatch, input-validation, parsing |
| backupNum value should be equal or greater than zero | validation | error | graphql, restore, input-validation, backups |
| %s: %s | exception | error | graphql, cluster, raft, admin-api, state |
| task ID is missing | validation | error | graphql, tasks, input-validation, admin-api |
| invalid task ID: %s | validation | error | graphql, admin-api, input-validation |
| Internal Server Error - a panic was trapped. This indicates | exception | critical | graphql, panic, internal-server-error |
| expecting either JWKUrl or JWKUrls, both were given | validation | error | authentication, jwt, configuration |
| expecting either JWKUrl/JWKUrls or (VerificationKey, Algo), | validation | error | authentication, jwt, configuration |
| required field missing in Dgraph.Authorization:%s | validation | error | authentication, jwt, configuration, validation |
| invalid Bearer-formatted header value for JWT (%s) | validation | error | jwt, http-header, authentication |
| audience value was expected but not provided | validation | error | jwt, audience, authentication, configuration |
| JWT `aud` value doesn't match with the audience | validation | error | jwt, audience, authentication |
| a valid JWT is required but was not provided | validation | error | jwt, authentication, graphql |
| invalid jwt auth token | validation | error | jwt, authentication, grpc-metadata |
| while refreshing JWK from the URL | exception | error | jwt, jwk, network, authentication |
| kid not present in JWT | validation | error | jwt, jwk, kid, authentication |
| Invalid kid | validation | error | jwt, jwk, kid, key-rotation |
| jwt token cannot be validated because verification algorithm | validation | error | jwt, configuration, authentication, misconfiguration |
| unexpected signing method: Expected %s Found %s | validation | error | jwt, algorithm, security, authentication |
| couldn't parse signing method from token header: %s | validation | error | jwt, configuration, signing-method, misconfiguration |
| unable to parse jwt token:%v | validation | error | jwt, parsing, authentication |
| claims in jwt token is not map claims | validation | error | jwt, claims, validation, authentication |
| No JWKUrl supplied | validation | error | configuration, jwk, misconfiguration, startup |
| not enough JWKUrls | validation | error | jwk, index-out-of-range, configuration, concurrency |
| invalid jwt algorithm: found %s, but supported options are: | validation | error | jwt, authentication, configuration |
| Couldn't Parse max-age | validation | warning | http-headers, jwk, parsing |
| Enable ACL to use this mutation | validation | error | acl, authorization, configuration |
| Found multiple nodes with ID: %s | exception | critical | data-integrity, duplicate-nodes, mutation |
| not able to find set args in update mutation | validation | error | graphql, mutation, input-validation |
| only one node is allowed in the filter while updating fields | validation | error | graphql, mutation, id-directive, uniqueness |
| GraphQL debug: only one node is allowed in the filter while | validation | error | graphql, mutation, id-directive, debug |
| no new node was created | exception | error | graphql, mutation, upsert |
| ID value was null | validation | error | graphql, delete-mutation, null-value |
| ID argument (%s) was not able to be parsed | validation | error | graphql, delete-mutation, id-parsing |
| ID "%s" isn't a %s | validation | error | graphql, mutation, dangling-reference |
| field %s cannot be empty | validation | error | graphql, mutation, empty-value |
| id is not provided | validation | error | graphql, update-mutation, missing-identifier |
| duplicate XID found: %s | validation | error | graphql, duplicate, external-id |
| encountered an empty value for @id field `%s` | validation | error | graphql, id-directive, empty-value |
| value for field `%s` in type `%s` index `%d` must have exact | validation | error | graphql, mutation, malformed-input |
| value for field `%s` in type `%s` must have exactly one chil | validation | error | graphql, mutation, malformed-input |
| encountered an XID %s with %s that isn't a Int but data type | validation | error | graphql, type-mismatch, id-directive |
| encountered an XID %s with %s that isn't a Int64 but data ty | validation | error | graphql, type-mismatch, id-directive |
| encountered an XID %s with %s that isn't a String | validation | error | graphql, type-mismatch, id-directive |
| encountered an XID %s with %s that isn'tallowed as Xid | validation | error | graphql, schema, xid, dgraph |
| provided value is not a scalar, can't convert it to string | validation | error | graphql, scalar, type-mismatch, dgraph |
| unimplemented query type %s | exception | error | graphql, query-rewriter, unimplemented, dgraph |
| Internal error | exception | error | graphql, internal-error, nil-resolver, dgraph |
| given GraphQL operation is not a subscription | validation | error | graphql, subscription, validation, dgraph |
| unexpected error with: %v | http | error | graphql, custom-resolver, remote, http, dgraph |
| POST method cannot have query parameters in url: %s | validation | error | graphql, remote-schema, url, validation, dgraph |
| while json unmarshaling result from remote introspection que | validation | error | graphql, remote-schema, json, introspection, dgraph |
| remote schema doesn't have any queries. | validation | error | graphql, remote-schema, custom-directive, validation, dgraph |
| remote schema doesn't have any mutations. | validation | error | graphql, remote-schema, mutation, custom-directive |
| found `%s` operation, it can only have query/mutation. | validation | error | graphql, custom-directive, operation-type, config-validation |
| %s `%s` is not present in remote schema. | validation | error | graphql, remote-schema, missing-field, custom-directive |
| found return type mismatch for %s `%s`, expected `%s`, got ` | validation | error | graphql, type-mismatch, return-type, remote-schema |
| remote %s `%s` accepts %d arguments, It must have only one a | validation | error | graphql, batch, arguments, remote-schema |
| argument `%s` for given %s `%s` must be of the form `[{param | validation | error | graphql, batch, input-object, argument-shape |
| type %s in remote schema is not an INPUT_OBJECT. | validation | error | graphql, input-object, kind-mismatch, remote-schema |
| remote schema doesn't have any type named %s. | validation | error | graphql, remote-schema, missing-type, introspection |
| Unable to find local type %s in the remote schema | validation | error | graphql, remote-schema, type-resolution, deep-type-match |
| %s field for the local type %s is not present in the remote | validation | error | graphql, remote-schema, missing-field, schema-drift |
| expected type for the field %s is %s but got %s in type %s | validation | error | graphql, schema-mismatch, remote-schema |
| argument `%s` is not present in remote %s `%s`. | validation | error | graphql, arguments, remote-schema |
| variable $%s is missing in given context. | validation | error | graphql, variables, query-validation |
| found type mismatch for variable `$%s` in %s `%s`, expected | validation | error | graphql, type-mismatch, variables |
| object value supplied for argument `%s` in %s `%s`, but remo | validation | error | graphql, arguments, input-object |
| LIST value supplied for argument `%s` in %s `%s`, but remote | validation | error | graphql, arguments, list |
| argument `%s` in %s `%s` of List kind has non-object element | validation | error | graphql, list, input-object |
| argument `%s` in %s `%s` of List kind has non-object element | validation | error | graphql, list, object-value |
| scalar value supplied for argument `%s` in %s `%s`, only Var | validation | error | graphql, arguments, scalar |
| argument `%s` in %s `%s` is missing, it is required by remot | validation | error | graphql, required-argument, remote-schema |
| Unable to find the type %s on the remote schema | validation | error | graphql, schema, remote-schema |
| no query string supplied in request | validation | error | graphql, request, validation |
| Not resolving subscription because schema doesn't have any f | validation | error | graphql, subscription, schema |
| Operation name must by supplied when query has more than 1 o | validation | error | graphql, request, operation-name |
| Supplied operation name %s isn't present in the request. | validation | error | graphql, request, operation-name |
| while parsing GraphQL schema | validation | critical | graphql, schema, parse-error |
| while validating GraphQL schema | validation | critical | graphql, schema, validation |
| Dgraph.Authorization should be only be specified once in a s | validation | error | dgraph, graphql, schema, authorization |
| incorrect format for specifying Dgraph.Allow-Origin found fo | validation | error | dgraph, graphql, cors, schema |
| incorrect format for specifying Dgraph secret found for comm | validation | error | graphql, schema, configuration, secrets |
| while trying to parse secrets from schema file | validation | error | graphql, io, schema |
| while substituting vars in URL | validation | error | graphql, remote-resolver, url, configuration |
| error parsing `representations` argument | validation | error | graphql, federation, arguments |
| expecting at least one item in `representations` argument | validation | error | graphql, federation, arguments |
| error parsing %dth item in the `_representations` argument | validation | error | graphql, federation, arguments, type-error |
| unable to extract __typename from %dth item in the `_represe | validation | error | graphql, federation, arguments |
| type %s not found in the schema | validation | error | graphql, federation, schema |
| type %s doesn't have a key Directive | validation | error | graphql, federation, schema, directives |
| expected only one unique typename in `_representations` argu | validation | error | graphql, federation, batching |
| unable to extract value for key field `%s` from %dth item in | validation | error | graphql, federation, entity-keys |
| type %s requires a value for field %s, but no value present | validation | error | graphql, validation, non-null |
| found unexpected value: %s | validation | error | graphql, ast, strict-mode |
| unknown value kind: %d, for value: %s | validation | error | graphql, ast, unhandled-case |
| no ZeroHooks configured - ensure worker package is imported | panic | critical | go, hooks, initialization, panic |
| Unexpected end of IRI | validation | error | lexer, rdf, parsing, truncated-input |
| Unexpected character %q while parsing IRI | validation | error | lexer, rdf, parsing, syntax-error |
| line %d column %d: | validation | error | lexer, query-parsing, dql, error-position |
| Out of range for peek | validation | error | lexer, parser, lookahead, truncated-query |
| item.Val | validation | error | lexer, validation, dql, rdf |
| String should start with quote. | validation | error | lexer, string-literal, quoting |
| Unexpected end of input. | validation | error | lexer, string-literal, unterminated, eof |
| Not a valid escape char: '%c' | validation | error | lexer, escape-character, string-literal |
| Cannot index attribute %s of type object. | exception | error | indexing, schema, uid-predicate, mutation |
| Attribute %s is not indexed. | exception | error | indexing, schema, index-directive, mutation |
| invalid UID with value 0 | exception | error | uid, mutation, indexing, validation |
| Adding reverse mutation helper count | exception | error | reverse-index, count-index, timestamp, too-old, transaction |
| could not read list part with key %s | exception | critical | storage, badger, corruption |
| cannot unmarshal list part with key %s | exception | critical | storage, badger, protobuf, corruption |
| Transaction is too old | exception | error | mvcc, timestamp, conflict |
| Fail to convert from api.Value to types.Val | exception | error | type-conversion, schema, query |
| Invalid compare function %q | validation | error | query, dql, validation |
| Wrong type %v encountered for func + | validation | error | query, math, type-conversion |
| Wrong type %v encountered for func - | validation | error | query, math, type-conversion |
| Wrong type %v encountered for func %% | validation | error | query, math, type-conversion |
| Wrong type %v encountered for func ^ | validation | error | query, math, type-conversion |
| Wrong type %v encountered for func log | validation | error | query, math, type-conversion |
| Wrong type %v encountered for func ln | validation | error | dgraph, query, math-function, type-mismatch |
| Wrong type %v encountered for func exp | validation | error | dgraph, query, math-function, type-mismatch |
| Wrong type %v encountered for func u- | validation | error | dgraph, query, math-function, type-mismatch |
| Wrong type %v encountered for func sqrt | validation | error | dgraph, query, math-function, type-mismatch |
| Wrong type %v encountered for func floor | validation | error | dgraph, query, math-function, type-mismatch |
| Wrong type %v encountered for fun ceil | validation | error | dgraph, query, math-function, type-mismatch |
| Wrong type %v encountered for func since | validation | error | dgraph, query, datetime, type-mismatch |
| invalid types %v, %v for func %s | validation | error | dgraph, query, binary-function, type-mismatch |
| Unhandled aggregator function %q | validation | error | dgraph, query, aggregator, unsupported-function |
| Only uid predicate is allowed in count within groupby | validation | error | dgraph, query, groupby, count |
| Expected one UID for var in groupby but got: %d | validation | error | dgraph, graphql-plus, groupby, query-validation |
| Vars can be assigned only when grouped by UID attribute | validation | error | dgraph, graphql-plus, groupby, query-validation |
| Integer overflow | exception | error | dgraph, math, integer-overflow, query |
| Float32 overflow | exception | error | dgraph, math, float-overflow, query |
| Division by zero | exception | error | dgraph, math, division-by-zero, query |
| Fractional power of negative number | exception | error | dgraph, math, pow, query |
| Log of negative number | exception | error | dgraph, math, logarithm, query |
| Root of negative number | exception | error | dgraph, math, sqrt, query |
| The length of vectors must match | exception | error | dgraph, math, vector, dimension-mismatch |
| Left and right arguments must match | exception | error | dgraph, math, type-mismatch, vector |
| Unsupported floating point number in float field | exception | error | json, serialization, float, dgraph |
| Unsupported types.Val.Tid | exception | error | json, serialization, type-error, dgraph |
| Couldn't evaluate @normalize directive - too many results | exception | error | dgraph, normalize, limit, query |
| Only aggregated variables allowed within empty block. | exception | error | dgraph, query, aggregation, empty-result |
| Expected GroupbyRes to have length > 0. | exception | error | dgraph, query, groupby, empty-result |
| while writing to buffer. Encoded response size: %d is bigger | exception | error | dgraph, query, limit, response-size |
| Length of facetsMatrix and uidMatrix mismatch: %d vs %d | exception | error | dgraph, facets, recurse, internal-state |
| Unexpected length while adding Groupby. Idx: [%v], len: [%v] | exception | error | dgraph, groupby, rdf, internal-state |
| pb.error: all lang tags should be either present or absent | exception | error | dgraph, i18n, lang-tags, expand |
| Geo id is not supported in rdf output | validation | error | dgraph, rdf, geojson, export |
| groupby is not supported in rdf output format | validation | error | dgraph, rdf, groupby, query-validation |
| uid count is not supported in the rdf output format | validation | error | dgraph, rdf, count, query-validation |
| normalize directive is not supported in the rdf output forma | validation | error | dgraph, rdf, normalize, query-validation |
| ignorereflex directive is not supported in the rdf output fo | validation | error | dgraph, rdf, ignorereflex, query-validation |
| chkpwd function is not supported in the rdf output format | validation | error | dgraph, rdf, checkpwd, query-validation |
| facets are not supported in the rdf output format | validation | error | dgraph, rdf, facets, query-validation |
| Leaf predicate:'%v' must be a scalar. | exception | error | dgraph, types, scalar, value-conversion |
| error interpreting appropriate type for %v | exception | error | dgraph, types, corrupt-data, conversion |
| Invalid function name: %s | validation | error | dgraph, dql, filter, invalid-function |
| Argument cannot be "uid" | validation | error | dgraph, dql, filter, uid, reserved-argument |
| expand() not allowed inside shortest | validation | error | dgraph, query, graphql-plus, validation |
| %s not allowed multiple times in same sub-query. | validation | error | dgraph, query, alias, duplicate-key |
| Node with count cannot have child attributes | validation | error | dgraph, query, count, validation |
| Invalid argument: %s | validation | error | dgraph, query, argument, validation |
| Cannot specify order at both args and facets | validation | error | dgraph, query, ordering, facets |
| Node with %q cant have child attr | validation | error | dgraph, query, aggregation, validation |
| Node with %q cant have filter, please place the filter on th | validation | error | dgraph, query, filter, aggregation |
| numpaths value %d exceeds maximum allowed value %d | validation | error | dgraph, query, numpaths, out-of-range |
| from/to can't be nil for shortest path | validation | error | dgraph, query, shortest-path, missing-argument |
| While ordering and paginating | exception | error | dgraph, grpc, pagination, namespace |
| Invalid variable aggregation. Check the levels. | validation | error | dgraph, query, variables, aggregation |
| Error in applying aggregation %s | exception | error | dgraph, query, aggregation, type-mismatch |
| Unhandled pb.node <%v> with parent <%v> | exception | error | dgraph, internal, query, pb-node |
| Value variables not supported for predicate with list type. | validation | error | dgraph, query, value-variables, list-type |
| Repeated id with non int/float value for facet var encounter | validation | error | dgraph, facets, type-mismatch, aggregation |
| value of from var(%s) should have already been populated | validation | error | dgraph, query, shortest-path, variables |
| from variable(%s) should only expand to 1 uid | validation | error | dgraph, query, shortest-path, variables |
| value of to var(%s) should have already been populated | validation | error | dgraph, query, shortest-path, variables |
| to variable(%s) should only expand to 1 uid | validation | error | dgraph, query, shortest-path, variables |
| while converting to subgraph | exception | error | dql, query-parsing, dgraph |
| Query couldn't be executed | exception | error | dql, execution, dgraph |
| While processing query | exception | error | multi-tenancy, namespace, context, dgraph |
| while fetching schema | exception | error | schema, network, cluster, dgraph |
| while fetching types | exception | error | schema, types, network, dgraph |
| Exceeded query edge limit = %v. Found %v edges. | exception | error | recurse, limits, resource-protection, dgraph |
| Invalid recurse path query | exception | error | recurse, query-syntax, dgraph |
| Depth must be > 0 when loop is true for recurse query | exception | error | recurse, query-syntax, validation, dgraph |
| recurse queries require that all predicates are specified in | exception | error | recurse, query-syntax, validation, dgraph |
| Expected 1 but got %d facets | exception | error | shortest-path, facets, weighted-graph, dgraph |
| Exceeded query edge limit = %v. Found %v edges. | exception | error | dgraph, query-limits, shortest-path, configuration |
| Invalid shortest path query | exception | error | dgraph, shortest-path, internal-validation |
| Indexing not allowed on predicate %s of type %s | validation | error | dgraph, schema, indexing |
| Require type of tokenizer for pred: %s of type: %s for index | validation | error | dgraph, schema, indexing, tokenizer |
| Tokenizers present without indexing on attr %s | validation | error | dgraph, schema, indexing, tokenizer |
| Invalid tokenizer %s | validation | error | dgraph, schema, tokenizer |
| Tokenizer: %s isn't valid for predicate: %s of type: %s | validation | error | dgraph, schema, tokenizer, type-mismatch |
| Duplicate tokenizers present for attr %s | validation | error | dgraph, schema, tokenizer, duplicate |
| More than one sortable index encountered for: %v | validation | error | dgraph, schema, tokenizer, sortable |
| Unable to peek: %v | validation | error | dgraph, schema-parser, parsing, syntax-error |
| Typed oes not match the expected | validation | error | dgraph, schema-parser, parsing, syntax-error |
| No schema found after namespace. Got: %v | validation | error | dgraph, schema-parser, parsing, empty-input |
| failed to enrich schema | exception | error | dgraph, schema, tokenizer, indexing |
| While parsing namespace: | exception | error | dgraph, schema-parser, parsing, namespace |
| Schema not defined for predicate: %v. | exception | error | dgraph, schema, predicate, undefined |
| Schema state not found for %s. | exception | error | dgraph, schema, race-condition, vector-index |
| Empty predicate | validation | error | dgraph, schema, validation, empty-input |
| nil vector returned | exception | error | dgraph, vector-index, hnsw, data-integrity |
| error fetching posting list | exception | error | dgraph, vector-index, hnsw, storage, posting-list |
| Float out of int64 range | exception | error | types, float, int64, range-check, conversion |
| invalid conversion %s to nil | exception | error | types, marshal, nil-pointer, api-misuse |
| Expected a Geo type | exception | error | types, marshal, geo, type-assertion, api-misuse |
| Expected value of type string. Got : %v | exception | error | types, objectvalue, string, type-mismatch |
| Expected value of type int64. Got : %v | exception | error | types, objectvalue, int64, type-mismatch |
| Expected value of type float64. Got : %v | exception | error | types, objectvalue, float64, type-mismatch |
| Require a polygon for within query | exception | error | geo, query, validation |
| Require a point for a within query. | exception | error | geo, query, validation |
| Require a polygon for intersects query | exception | error | geo, query, validation |
| Unknown query type | exception | error | geo, query, invalid-input |
| Password too short, i.e. should have at least 6 chars | validation | error | password, validation, bcrypt |
| Invalid password/crypted string | validation | error | password, validation, bcrypt |
| Got empty polygon. | exception | error | geojson, polygon, validation |
| Last coord not same as first | exception | error | geojson, polygon, validation |
| Invalid coordinates | validation | error | geojson, coordinates, validation |
| Value of type: %s isn't sortable | exception | error | sorting, types, facets, dgraph |
| Arguments of different type can not be compared. | exception | error | comparison, types, dgraph |
| Compare not supported for type: %v | exception | error | sorting, types, unsupported-type, dgraph |
| Equal not supported for type: %v | exception | error | equality, types, unsupported-type, dgraph |
| error querying old ACL rules: %w | exception | error | upgrade, acl, dgraph, query |
| unable to parse ACLs: %v | exception | error | upgrade, acl, parsing, dgraph |
| unable to unmarshal ACL: %v :: %w | exception | error | upgrade, acl, json, parsing, dgraph |
| error upgrading ACL rules: %w | exception | error | upgrade, acl, mutation, dgraph |
| error deleting old acl predicates: %w | exception | error | upgrade, acl, drop, schema, dgraph |
| error deleting old predicate %s | exception | error | dgraph, upgrade, alter, acl |
| error deleting old type %s | exception | error | dgraph, upgrade, alter, acl |
| while getting jwt auth token | exception | error | dgraph, upgrade, jwt, auth, acl |
| error querying persisted queries | exception | error | dgraph, upgrade, dql, query, graphql |
| error updating the schema for persistent query, %w | exception | error | dgraph, upgrade, schema, alter, index |
| error querying cors | exception | error | dgraph, upgrade, dql, cors, query |
| error querying graphql schema | exception | error | dgraph, upgrade, graphql, schema, query |
| Error while getting cors from db. | exception | error | dgraph, upgrade, badger, offline, cors |
| Error while updating GraphQL schema. | exception | error | badger, migration, schema, offline-upgrade |
| Error while dropping depreciated preds/types. | exception | error | badger, migration, offline-upgrade, deprecated-predicates |
| while updating persisted query's schema | exception | error | badger, migration, schema, persisted-query |
| while updating persisted query's type | exception | error | badger, migration, persisted-query, offline-upgrade |
| while upgrading persisted query | exception | error | migration, offline-upgrade, persisted-query, badger |
| while upgrading cors | exception | error | migration, offline-upgrade, cors, badger |
| error: `%s` must be less than `%s` | validation | error | cli, versioning, validation |
| error parsing flag `%s`: %w | validation | error | cli, versioning, flag-parsing |
| version can't be empty and must start with `v`. E.g.: v1.2.2 | validation | error | cli, versioning, validation |
| error parsing major version: %w | validation | error | cli, versioning, parsing |
| cannot export data inside DB at %s | exception | error | badger, export, io, storage |
| Backup request group mismatch. Mine: %d. Requested: %d | exception | error | grpc, raft, group-mismatch, distributed |
| cannot start backup operation | error_code | error | concurrency, backup, task-conflict, distributed |
| Couldn't find a server in group %d | error_code | error | grpc, cluster, membership, backup |
| while creating backup directory | error_code | error | backup, storage, s3, permissions |
| latest manifest indicates the last backup was not encrypted | error_code | error | backup, encryption, manifest, configuration |
| latest manifest indicates the last backup was encrypted but | error_code | error | backup, encryption, manifest, configuration |
| cannot read manifests at location %s | error_code | error | backup, manifest, s3, storage |
| while copying value | error_code | error | badger, backup, corruption, io |
| complete backup failed | error_code | critical | backup, manifest, storage, finalization |
| Unable to handle url: %s | error_code | error | configuration, uri, backup |
| Create path failed to create path %s, got error: %v | error_code | error | filesystem, mkdir, permissions |
| while syncing file: %s | error_code | error | filesystem, fsync, durability |
| while closing file: %s | error_code | error | filesystem, file-close, fd |
| File handler failed to create file %s | error_code | error | filesystem, create-file, permissions |
| Failed to read s3 object | error_code | error | s3, minio, network |
| Failed to read the s3 object | error_code | error | s3, minio, network, timeout |
| While renaming object in s3, copy failed | error_code | error | s3, minio, rename, retry |
| Rename failed to remove temporary file | error_code | warning | s3, minio, cleanup, permissions |
| expected a BackupNum value of 1 for first manifest but got % | error_code | error | backup, manifest, restore, data-integrity |
| found a manifest with backup ID %s but expected %s | error_code | error | backup, manifest, restore, conflict |
| found a manifest with backup number %d but expected %d | error_code | error | backup, manifest, restore, sequence |
| not enough backups to restore manifest with backupNum %d | error_code | error | backup, restore, configuration, manifest |
| failed to read master manifest: | error_code | error | backup, manifest, storage, io |
| while Getting latest manifest: | error_code | error | backup, manifest, storage, io |
| while parsing predicate got: %q | error_code | error | backup, manifest, upgrade, migration, acl |
| while parsing the drop operation %+v got: %q | error_code | error | backup, manifest, upgrade, migration |
| readManifest failed to read the file: | error_code | error | backup, manifest, io, storage, network |
| readManifest failed to unmarshal: | error_code | error | backup, manifest, json, corruption |
| another operation is already running | error_code | warning | dgraph, operation-conflict, rollup |
| another restore operation is already running | error_code | error | dgraph, restore, operation-conflict |
| another backup operation is already running | error_code | error | dgraph, backup, operation-conflict |
| operation %s is already running | error_code | error | dgraph, indexing, operation-conflict |
| Pending transactions found. Please retry operation | error_code | warning | dgraph, transactions, drop-all, restore |
| StartTs must be provided | error_code | critical | dgraph, raft, mutations, internal |
| Got error while running mutation | error_code | error | dgraph, mutations, raft |
| failed to get connection pool for group %d | error_code | error | dgraph, raft, leader-election, snapshot |
| unable to connect to the leader of group [%v] : %v | error_code | error | grpc, raft, cluster, import |
| failed to establish stream with leader: %v | error_code | error | grpc, streaming, network, import |
| failed to send forward request: %v | error_code | error | grpc, streaming, network, handshake |
| recv upstream(%d): %w | error_code | error | grpc, streaming, io, relay |
| unexpected empty request | error_code | error | protocol, grpc, validation, streaming |
| send done downstream(%d): %w | error_code | error | grpc, streaming, half-close, relay |
| downstream(%d) closed before Finish=true | error_code | error | grpc, streaming, protocol, incomplete |
| recv final downstream(%d): %w | error_code | error | grpc, streaming, network, timeout |
| relay final upstream: %w | error_code | error | grpc, streaming, relay, io |
| send data downstream(%d): %w | error_code | error | grpc, streaming, data-transfer, relay |
| ack data downstream(%d): %w | error_code | error | grpc, streaming, network, distributed-systems |
| send ack upstream: %w | error_code | error | grpc, streaming, network |
| UpdateExtSnapshotStreamingStateRequest must not be nil | validation | error | validation, grpc, nil-check |
| UpdateExtSnapshotStreamingStateRequest cannot have both Star | validation | error | validation, grpc, conflicting-flags |
| cannot load schema after streaming data | error_code | critical | storage, badger, schema, import |
| cannot update membership state after streaming data | error_code | error | zero, membership, network, import |
| failed to run publisher: %v | error_code | error | grpc, streaming, pubsub, import |
| failed to run in group streaming: %v | error_code | error | grpc, streaming, distributed-systems, import |
| failed to send data to majority of the nodes | error_code | critical | quorum, raft, distributed-systems, replication, import |
| The server doesn't serve group id: %v | error_code | error | routing, multi-tenancy, grpc, cluster |
| Tokenizer must be specified while indexing a predicate: %+v | validation | error | dgraph, schema, indexing, tokenizer |
| Directive must be SchemaUpdate_INDEX when a tokenizer is spe | validation | error | dgraph, schema, indexing, tokenizer |
| Index not allowed on predicate of type uid on predicate %s | validation | error | dgraph, schema, uid, indexing |
| Cannot reverse for non-uid type on predicate %s | validation | error | dgraph, schema, uid, reverse |
| Index tokenizer is mandatory for: [%s] when specifying @upse | validation | error | dgraph, schema, upsert, indexing |
| Schema change not allowed from %s to %s | validation | error | dgraph, schema, password, type-change |
| Schema change not allowed from [%s] => %s without deleting p | validation | error | dgraph, schema, list, type-change |
| Schema change not allowed from scalar to uid or vice versa w | validation | error | dgraph, schema, uid, type-change |
| could not drop @upsert from [%v] predicate when @unique dire | validation | error | dgraph, schema, unique, upsert |
| could not drop index %v from [%v] predicate when @unique dir | validation | error | dgraph, schema, unique, indexing |
| index for predicate [%v] is missing, add either hash or exac | validation | error | dgraph, schema, unique-constraint, indexing |
| index for predicate [%v] is missing, add int index with @uni | validation | error | dgraph, schema, unique-constraint, indexing |
| @unique directive not supported on [%v] type predicate | validation | error | dgraph, schema, unique-constraint |
| Not allowed to insert mutations in vector index keys, edge: | validation | error | dgraph, mutation, vector-index, hnsw |
| Attr: [%v] should have @lang directive in schema to mutate e | validation | error | dgraph, mutation, i18n, schema |
| Input for predicate %q of type uid is scalar. Edge: %v | validation | error | dgraph, mutation, type-mismatch, uid |
| Input for predicate %q of type scalar is uid. Edge: %v | validation | error | dgraph, mutation, type-mismatch, uid |
| Input for predicate %q of type vector is not vector. Did you | validation | error | dgraph, mutation, vector, type-mismatch |
| Value for predicate <dgraph.rule.permission> should be of ty | validation | error | dgraph, acl, type-mismatch |
| Can't set <dgraph.rule.permission> to %d, Value for this pre | validation | error | dgraph, acl, validation |
| failure to convert edge type: '%+v' to schema type: '%+v' | error_code | error | type-conversion, schema, dgraph, mutation |
| Type name must be specified in type update | validation | error | schema, validation, dql, types |
| cannot retrieve predicate information | error_code | error | network, schema, grpc, dgraph |
| Schema does not contain a matching predicate for field %s in | validation | error | schema, validation, dql, types |
| Field in type definition must have a name | validation | error | schema, validation, dql, types |
| Field with value type OBJECT must specify the name of the ob | validation | error | dgraph, schema, type-definition, validation |
| Field in type definition cannot have a directive | validation | error | dgraph, schema, type-definition, directives |
| Field in type definition cannot have tokenizers | validation | error | dgraph, schema, type-definition, tokenizer |
| This server doesn't serve group id: %v | error_code | error | dgraph, cluster, routing, group-membership |
| while retrieving manifests | error_code | error | dgraph, restore, backup, object-storage, io |
| cannot wait for restore ts %d | error_code | error | dgraph, restore, timeout, context-canceled |
| cannot propose restore request | error_code | critical | dgraph, raft, restore, leader-election |
| nil restore request | validation | error | dgraph, restore, raft, internal |
| cannot parse backup location | error_code | error | dgraph, restore, uri, configuration |
| cannot create backup handler | error_code | error | dgraph, restore, s3, credentials, storage-handler |
| cannot get backup manifests | error_code | error | dgraph, restore, manifest, s3, permissions |
| no backup manifests found at location %s | error_code | error | dgraph, restore, backup-numbers, configuration |
| backup manifest does not contain information for group ID %d | error_code | error | dgraph, restore, group-id, cluster-layout |
| cannot create tablet for restored predicate %s | error_code | error | dgraph, restore, tablet, zero |
| cannot assign tablet for pred %s to group %d | exception | error | dgraph, restore, tablet, zero, race |
| RunRestore failed to reduce | exception | critical | dgraph, restore, badger, stream-writer, reducer |
| RunRestore failed to write group id file | exception | error | dgraph, restore, filesystem, permissions |
| Predicate not specified | exception | error | dgraph, predicate-move, validation, zero |
| Server is not leader of this group | exception | error | dgraph, leader-election, raft, predicate-move |
| while parsing KV: %+v, got error: %v | exception | error | dgraph, predicate-move, key-parsing, data-corruption |
| while parsing kv: %+v, got error: %v | exception | error | dgraph, predicate-move, key-parsing, schema |
| Expecting first key to be schema key: %+v | exception | error | dgraph, predicate-move, schema, streaming |
| ReceivePredicate failed: Not the leader of group | exception | error | dgraph, leader-election, raft, predicate-move, grpc |
| While proposing | error_code | error | raft, distributed-systems, timeout, dgraph |
| invalid task ID: %#x | error_code | error | validation, task-id, dgraph |
| the Alpha that served that task is not available | error_code | error | cluster, membership, distributed-systems, dgraph |
| unable to reach the Alpha that served that task | error_code | error | network, grpc, connectivity, dgraph |
| task queue hasn't been initialized yet | error_code | error | initialization, nil-check, configuration, dgraph |
| task failed | error_code | error | task-queue, async, backup-export, dgraph |
| too many pending tasks, please try again later | error_code | warning | backpressure, rate-limit, task-queue, dgraph |
| task ID is invalid: %d | error_code | error | validation, task-id, dgraph |
| task does not exist or has expired | error_code | warning | task-queue, state, distributed-systems, dgraph |
| Unexpected meta %d for key %s | error_code | error | dgraph, restore, backup-format, data-corruption |
| RestoreRequest must have a valid restoreTs | error_code | error | dgraph, restore, request-validation, config |
| cannot retrieve manifests | error_code | error | dgraph, restore, object-storage, manifest, network |
| unable to get encryption config | error_code | error | dgraph, restore, encryption, config |
| unable to get encryption keys | error_code | error | dgraph, restore, encryption, acl, config |
| newBackupReader | error_code | error | dgraph, restore, backup-reader, object-storage, encryption |
| mapper.Map | error_code | error | dgraph, restore, map-phase, disk-io |
| br.Close | error_code | error | dgraph, restore, close-error, object-storage, network |
| map phase failed to parse namespace | error_code | error | dgraph, restore, manifest, namespace, parsing |
| Map phase failed to parse namespace | error_code | error | dgraph, restore, namespace, pstore, manifest |
| Map phase failed to ban namespace: %d | error_code | error | restore, namespace, pstore, backup |
| from processKVList | error_code | error | restore, map-phase, concurrency, errgroup |
| This server doesn't serve group id: %v | error_code | error | grpc, schema, group, membership |
| Predicate %s is not indexed | validation | error | query, schema, index, dql |
| Need @count directive in schema for attr: %s for fn: %s at r | validation | error | query, schema, count, index |
| Attribute not scalar: %s %v | validation | error | query, schema, regex, type-check |
| One argument expected in %s, but got %d. | validation | error | dgraph, query, facets, arguments |
| Fn %s not supported in preprocessFilter. | validation | error | dgraph, query, facets, preprocessing |
| Expected 1 child for not but got %d. | validation | error | dgraph, query, facets, boolean-logic |
| Expected 2 child for not but got %d. | validation | error | dgraph, query, facets, boolean-logic |
| Unsupported operation in facet filtering: %s. | validation | error | dgraph, query, facets, operator |
| count(predicate) cannot be used to search for negative count | validation | error | dgraph, query, count, filter |
| Malformed option in similar_to: expected key:value pairs, go | validation | error | dgraph, vector, similar-to, options |
| Malformed option in similar_to: empty key | validation | error | dgraph, vector, similar-to, options |
| Duplicate key in similar_to options: %q | validation | error | dql, query-options, parsing, validation |
| Invalid value for 'ef' in similar_to: %q | validation | error | dql, query-options, parsing, vector-search |
| Value for 'ef' must be positive, got: %d | validation | error | dql, vector-search, validation, hnsw |
| Invalid value for 'distance_threshold' in similar_to: %q | validation | error | dql, vector-search, parsing, validation |
| Value for 'distance_threshold' must be non-negative, got: %v | validation | error | dql, vector-search, validation |
| Unknown option in similar_to: %q | validation | error | dql, query-options, parsing, typo |
| Attribute %s is not indexed. | validation | error | dgraph, schema, indexing, dql |
| Schema state not found for %s. | validation | error | dgraph, schema, tokenizer, consistency |
| Attribute:%s does not have proper index for comparison | validation | error | dgraph, schema, indexing, inequality |
| flags: ACL secret key set in both vault and acl flags | validation | error | config, acl, flags, vault |
| error reading ACL secret key from file: %s: %s | exception | error | config, filesystem, acl, file-io |
| Unsupported JWT signing algorithm for ACL: %v | validation | error | config, jwt, acl, validation |
| error parsing ACL key as ECDSA private key | validation | error | jwt, acl, crypto, ecdsa |
| error parsing ACL key as RSA private key | validation | error | jwt, acl, crypto, rsa |
| error parsing ACL key as EdDSA private key | validation | error | jwt, acl, crypto, ed25519 |
| unsupported signing algorithm: %v | validation | error | jwt, acl, crypto, unsupported |
| error finding sha length for algo %v | exception | error | jwt, acl, validation, hmac |
| ACL key length [%v <= %v] bits for JWT algorithm [%v] | validation | error | jwt, acl, hmac, key-length |
| missing or empty directory | exception | error | filesystem, bulk-loader, validation, directory |
| ID written to group_id file must be a positive number | validation | error | group-id, bulk-loader, validation, dgraph |
| Group ID file at %s is a directory | exception | error | filesystem, group-id, corrupt-directory, startup |
| Please retry again, server is not ready to accept requests | http | warning | health-check, server-startup, retry, transient |
| the server is in draining mode and client requests will only | http | warning | draining-mode, admin-mutation, maintenance, health-check |
| Token is expired | exception | error | jwt, authentication, token-expiry, acl |
| ACL is disabled | exception | error | jwt, acl, config, authentication |
| unexpected signing method in token: %v | exception | error | jwt, algorithm, security, authentication |
| token contains an invalid JSON Web Token: Token is expired | exception | error | jwt, expired, authentication, token |
| unable to parse jwt token | exception | error | jwt, parse, authentication, signature |
| claims in jwt token is not map claims | exception | error | jwt, claims, validation, authentication |
| Invalid UID with value 0 for key: %v | exception | error | go, badger, key-parsing, dgraph |
| StartUid length != 8 for key: %q, parsed key: %+v | exception | error | go, badger, key-parsing |
| StartUid length < 8 for key: %q, parsed key: %+v | exception | error | go, badger, key-parsing, index |
| count length < 4 for key: %q, parsed key: %+v | exception | error | go, badger, key-parsing, count-index |
| Invalid data type | exception | error | go, badger, key-parsing |
| could not parse key %s | exception | error | go, badger, key-parsing, drop-op |
| not able to create new file %v | exception | error | go, logging, filesystem |
| can't rename log file: %s | exception | error | go, logging, filesystem, log-rotation |
| can't read log file directory: %s | exception | error | go, logging, filesystem |
| Invalid bucket: %q | validation | error | s3, minio, configuration, bucket |
| Minio handler requires a host | validation | error | s3, minio, configuration, hostname |
| Hostname should be less than or equal to 255 characters | validation | error | hostname, validation, dns |
| Invalid hostname: %v | validation | error | hostname, validation, dns |
| while reading password | exception | error | terminal, password, stdin |
| the two typed passwords do not match | validation | error | password, user-input, validation |
| unable to login to the %v account | exception | error | authentication, login, namespace |
| ERROR: expected %d cache percentages, got %d | validation | error | configuration, cache, validation |
| ERROR: unable to parse cache percentage(%s) | validation | error | configuration, cache, parsing |
| ERROR: cache percentage(%s) cannot be negative | validation | error | configuration, validation, cache, input-validation |
| ERROR: cache percentages (%s) does not sum up to 100 | validation | error | configuration, validation, cache |