Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Digits 4-7

Description

General error

0000

Unknown error.

Connection error

4000

Affinity rules have changed during query execution and the query can no longer be processed.

Missing resource

1000

Missing aggregated resource to execute the query (for example, an aggregation task).

2000

Missing Recursive definition for a union table.

3000

Missing files for Geolocation operations that use MaxMind operations.

4000

Missing files for Public suffix operations.

5000

Missing files for User agent files cannot be foundoperations.

6000

Unknown table.

System resource error

1001

Required registry for a computation process is missing.

1002

Provided registry is not suitable for the required operation.

1003

Memory shortage.

Internal error

0000

Unknown internal error.

0001

A listed file cannot be found in the directory, usually because it has been compressed simultaneously.

0002

Stall event received while executing a subquery.

4001

Error while caching data.

4002

Error while updating cached data.

4003

Error while deleting cached data segments.

4004

Error while deleting cached data entries.

4005

Array index out of bounds.

Query parsing error

0001

No language provided when parsing a query.

0002

Query for an unknown Unknown query language.

0003

No code provided. It may be used for This error relates to any kind of language, including expressions and Ty Terms.

0004

Query starting time no found.

0005

Query ending time no found.

0006

Cannot parse query.

0007

Illegal time-based grouping clause.

0008

Time-based group found over a non-time-based table or group.

0009

Inferred time constraint spans to the future.

1001

Reference to an identifier (table field or as-defined) that is not known or available at that stage.

1002

Unknown function operation or known function operation expecting arguments with other properties (type, constancy...)

1003

An identifier has been used more than once.

1004

An expression with boolean type or a type that can by automatically converted to boolean automatically was expected.

1005

Operation The operation expects some arguments to be constant, but a non-constant expression was given.

1006

Invalid filter added to an operation.

1007

The operation cannot be used with one or several of the given arguments.

1008

The operation cannot be used with one or several of the given data types.

1009

The operation cannot be used with the given arguments.

1010

The operation cannot be called at stage 1.

1011

Given argument for the selected operation is ambiguous.

3000

Grouping over a key correctly typed but with no computable tyre PR.

3001

Grouping over a key correctly typed but with no computable memory usage information.

3002

Grouping computing a correctly typed aggregation but with no computable tyre PR.

3003

Grouping computing a properly typed aggregation but with no computable memory usage information.

9000

Inferred type does not match the explicit type given with the operation.

Config parsing error

4000

Query is trying to access a file but cannot decode it.

Query limits

0001

Maximum number of elements surpassed for the selected operation.

0002

Stack overflow while processing the query.

0003

Error limit reached. The query has failed n consecutive times and is quarantined for the following n minutes.

Security error

0001

Authentication failed.

0002

Cannot change authentication for active cluster.

...