Analytics Error Codes
The following table lists all of the Analytics error codes, their error message, and some tips to resolve them.
20xxx Codes (authorization)
ICode | Message | Description |
---|---|---|
20000 |
Unauthorized user. |
Unauthorized user. |
20001 |
User must have permission ([string]) |
User is missing a permission to perform an operation. |
21xxx Codes (API errors)
ICode | Message | Description |
---|---|---|
21000 |
Invalid duration "[string]" |
Invalid duration "[string]" |
21001 |
Unknown duration unit [string] |
Unknown duration unit [string] |
21002 |
Request timed out and will be cancelled |
Request timed out and will be cancelled |
21003 |
Unsupported multiple statements. |
Unsupported multiple statements. |
21004 |
No statement provided |
No statement provided |
21005 |
Error in the backup request or data. [string] |
Error in the backup request or data. [string] |
21006 |
Unsupported scan consistency ([string]) |
Unsupported scan consistency ([string]) |
21007 |
Request [string] has been cancelled |
Request [string] has been cancelled |
21008 |
Invalid value for parameter "[string]": [string] |
Invalid value for parameter "[string]": [string] |
21009 |
Unable to process JSON content in request |
Unable to process JSON content in request |
22xxx Codes (connection errors)
ICode | Message | Description |
---|---|---|
22001 |
Connect link failed [string] |
Connect link failed [string] |
22002 |
Disconnect link failed [string] |
Disconnect link failed [string] |
22003 |
Memcached buckets are not supported |
Memcached buckets are not supported |
23xxx Codes (runtime errors)
ICode | Message | Description |
---|---|---|
23000 |
Analytics Service is temporarily unavailable |
Analytics Service is temporarily unavailable |
23001 |
Analytics Service requires a rebalance to be operational |
Analytics Service requires a rebalance to be operational |
23003 |
Operation cannot be performed during rebalance |
Operation cannot be performed during rebalance |
23004 |
Link [string] cannot be dropped because it has the following datasets [string] |
Link [string] cannot be dropped because it has the following datasets [string] |
23005 |
Dataverse [string] cannot be dropped while link [string] is connected |
Dataverse [string] cannot be dropped while link [string] is connected |
23007 |
Job queue is full with [string] jobs |
Job queue is full with [string] jobs |
23008 |
Job requirement [string] exceeds capacity [string] |
Job requirement [string] exceeds capacity [string] |
23009 |
No result set for job [string] |
No result set for job [string] |
23010 |
Job [string] has been cancelled |
Job [string] has been cancelled |
23011 |
Overflow in [string] |
Overflow in [string] |
23012 |
Underflow in [string] |
Underflow in [string] |
23013 |
Invalid value: function [string] expects its [string] input parameter to be a non-negative value, got [string] |
Invalid value: function [string] expects its [string] input parameter to be a non-negative value, got [string] |
23014 |
Invalid implicit scalar to collection coercion in [string] |
Invalid implicit scalar to collection coercion in [string] |
23015 |
Cannot convert the [string] type to the [string] type. |
Cannot convert the [string] type to the [string] type. |
23016 |
Cannot convert integer types. The source type should be one of [string]. |
Cannot convert integer types. The source type should be one of [string]. |
23017 |
Cannot convert integer types. The target type should be one of [string]. |
Cannot convert integer types. The target type should be one of [string]. |
23018 |
Source value [string] is out of range that [string] can hold - [string].MAX_VALUE: [string], [string].MIN_VALUE: [string] |
Source value [string] is out of range that [string] can hold - [string].MAX_VALUE: [string], [string].MIN_VALUE: [string] |
23019 |
Invalid type-casting math function: [string] for converting [string] to [string] |
Invalid type-casting math function: [string] for converting [string] to [string] |
23021 |
Cannot compare non-primitive values |
Cannot compare non-primitive values |
23023 |
Type mismatch: expected value of type [string], but got the value of type [string] |
Type mismatch: expected value of type [string], but got the value of type [string] |
23024 |
Input contains different list types |
Input contains different list types |
23025 |
Expected integer value, got [string] |
Expected integer value, got [string] |
23026 |
Infer Schema Memory Limit exceeded [string] bytes |
Infer Schema Memory Limit exceeded [string] bytes |
23027 |
Bucket [string] on link [string] in dataverse [string] is not connected |
Bucket [string] on link [string] in dataverse [string] is not connected |
23028 |
Scan wait timeout |
Scan wait timeout |
23029 |
Invalid value: function [string] expects its [string] input parameter to be an integer value, got [string] |
Invalid value: function [string] expects its [string] input parameter to be an integer value, got [string] |
23030 |
Invalid pattern "[string]" for LIKE |
Invalid pattern "[string]" for LIKE |
23031 |
Invalid format for [string] in [string] |
Invalid format for [string] in [string] |
23032 |
Value out of range, function [string] expects its [string] input parameter value to be between [string] and [string], received [string] |
Value out of range, function [string] expects its [string] input parameter value to be between [string] and [string], received [string] |
24xxx Codes (compilation errors)
ICode | Message | Description |
---|---|---|
24000 |
Syntax error: [string] |
Syntax error: [string] |
24001 |
Compilation error: [string] |
Compilation error: [string] |
24002 |
Cannot index field [string] on type [string]. Supported types: bigint, double, string |
Cannot index field [string] on type [string]. Supported types: bigint, double, string |
24003 |
Bucket ([string]) does not exist |
Bucket ([string]) does not exist |
24004 |
Unsupported statement ([string]) |
Unsupported statement ([string]) |
24006 |
Link [string] does not exist |
Link [string] does not exist |
24007 |
Local link cannot be dropped |
Local link cannot be dropped |
24008 |
Field [string] is not a recognized [string] field |
Field [string] is not a recognized [string] field |
24009 |
Type [string] could not be found. |
Type [string] could not be found. |
24010 |
Dataset type has to be a record type |
Dataset type has to be a record type |
24011 |
Type mismatch: function [string] expects its [string] input parameter to be of type [string], but the actual input type is [string] |
Type mismatch: function [string] expects its [string] input parameter to be of type [string], but the actual input type is [string] |
24012 |
Type incompatibility: function [string] gets incompatible input values: [string] and [string] |
Type incompatibility: function [string] gets incompatible input values: [string] and [string] |
24013 |
Unsupported type: [string] cannot process input type [string] |
Unsupported type: [string] cannot process input type [string] |
24014 |
Invalid item type: function [string] cannot process item type [string] in an input array (or multiset) |
Invalid item type: function [string] cannot process item type [string] in an input array (or multiset) |
24015 |
Duplicate field name "[string]" |
Duplicate field name "[string]" |
24017 |
Invalid expression: function [string] expects its [string] input parameter to be a [string] expression, but the actual expression is [string] |
Invalid expression: function [string] expects its [string] input parameter to be a [string] expression, but the actual expression is [string] |
24018 |
Invalid parameter number: function [string] cannot take [string] parameters |
Invalid parameter number: function [string] cannot take [string] parameters |
24019 |
Unknown dataset type [string] |
Unknown dataset type [string] |
24020 |
Unknown index type [string] |
Unknown index type [string] |
24021 |
Field "[string]" is not found |
Field "[string]" is not found |
24022 |
Query parameter [string] is not supported |
Query parameter [string] is not supported |
24023 |
Cannot create enforced index on "[string]" field with non-optional type |
Cannot create enforced index on "[string]" field with non-optional type |
24024 |
Cannot create non-enforced typed index of this kind: [string] |
Cannot create non-enforced typed index of this kind: [string] |
24025 |
Cannot find dataset with name [string] in dataverse [string] |
Cannot find dataset with name [string] in dataverse [string] |
24026 |
Cannot create enforced index on "[string]" field. The field is closed type. |
Cannot create enforced index on "[string]" field. The field is closed type. |
24027 |
Cannot create index with the same field "[string]" specified more than once. |
Cannot create index with the same field "[string]" specified more than once. |
24028 |
Expression of type [string] is not supported in constant record |
Expression of type [string] is not supported in constant record |
24029 |
Literal of type [string] is not supported in constant record |
Literal of type [string] is not supported in constant record |
24030 |
Field(s) [string] unsupported in the with clause |
Field(s) [string] unsupported in the with clause |
24031 |
Field "[string]" in the with clause must be of type [string], but found [string] |
Field "[string]" in the with clause must be of type [string], but found [string] |
24032 |
Field "[string]" in the with clause cannot be null or missing |
Field "[string]" in the with clause cannot be null or missing |
24033 |
Configuration parameter cannot be of type [string] |
Configuration parameter cannot be of type [string] |
24034 |
Cannot find dataverse with name [string] |
Cannot find dataverse with name [string] |
24035 |
An error was occurred while converting type [string] to type [string]. |
An error was occurred while converting type [string] to type [string]. |
24036 |
Cannot find a non-missing SELECT operator in GROUP operator for a left-outer-join plan optimization. |
Cannot find a non-missing SELECT operator in GROUP operator for a left-outer-join plan optimization. |
24037 |
Cannot drop index "[string]". Drop dataset "[string]" to remove this index |
Cannot drop index "[string]". Drop dataset "[string]" to remove this index |
24039 |
A dataverse with this name [string] already exists. |
A dataverse with this name [string] already exists. |
24040 |
A dataset with name [string] already exists in dataverse [string] |
A dataset with name [string] already exists in dataverse [string] |
24041 |
Cannot resolve alias reference for undefined identifier [string] |
Cannot resolve alias reference for undefined identifier [string] |
24042 |
Cannot resolve ambiguous alias reference for identifier [string] |
Cannot resolve ambiguous alias reference for identifier [string] |
24043 |
Inside limit clauses, it is disallowed to reference a variable having the same name as any variable bound in the same scope as the limit clause. |
Inside limit clauses, it is disallowed to reference a variable having the same name as any variable bound in the same scope as the limit clause. |
24044 |
Cannot find dataset [string] because there is no dataverse declared, nor an alias with name [string]! |
Cannot find dataset [string] because there is no dataverse declared, nor an alias with name [string]! |
24045 |
Cannot find dataset [string] in dataverse [string] nor an alias with name [string]! |
Cannot find dataset [string] in dataverse [string] nor an alias with name [string]! |
24046 |
Unexpected operator [string] in an OperatorExpr starting with [string] |
Unexpected operator [string] in an OperatorExpr starting with [string] |
24047 |
Cannot find index with name [string] |
Cannot find index with name [string] |
24048 |
An index with this name [string] already exists |
An index with this name [string] already exists |
24049 |
A datatype with this name [string] already exists |
A datatype with this name [string] already exists |
24050 |
No value for parameter: [string] |
No value for parameter: [string] |
24051 |
Invalid number of arguments for function [string] |
Invalid number of arguments for function [string] |
24052 |
Required field [string] was not found |
Required field [string] was not found |
24053 |
Field [string] must be of type [string] but found to be of type [string] |
Field [string] must be of type [string] but found to be of type [string] |
24054 |
Field [string] must be of an array of type [string] but found to contain an item of type [string] |
Field [string] must be of an array of type [string] but found to contain an item of type [string] |
24055 |
Link [string] already exists |
Link [string] already exists |
24056 |
Unsupported index type |
Unsupported index type |
24057 |
Type mismatch: expected value of type [string], but got the value of type [string] |
Type mismatch: expected value of type [string], but got the value of type [string] |
24058 |
Parameter [string] cannot be set |
Parameter [string] cannot be set |
24059 |
Cannot parse range map: [string] |
Cannot parse range map: [string] |
24060 |
Expected function call |
Expected function call |
24061 |
Invalid window frame definition |
Invalid window frame definition |
24062 |
Unexpected window frame definition |
Unexpected window frame definition |
24063 |
Unexpected window expression |
Unexpected window expression |
24064 |
Unexpected ORDER BY clause in window expression |
Unexpected ORDER BY clause in window expression |
24065 |
Expected window or aggregate function, got: [string] |
Expected window or aggregate function, got: [string] |
24066 |
Illegal use of identifier: [string] |
Illegal use of identifier: [string] |
24067 |
Unknown compression scheme [string]. Supported schemes are [string] |
Unknown compression scheme [string]. Supported schemes are [string] |
24068 |
Unsupported window specification: PARTITION BY [string], ORDER BY [string] |
Unsupported window specification: PARTITION BY [string], ORDER BY [string] |
24069 |
Invalid modifier [string] for function [string] |
Invalid modifier [string] for function [string] |
24070 |
Operation not supported on primary index [string] |
Operation not supported on primary index [string] |
24071 |
Expected constant value |
Expected constant value |
24072 |
Unexpected hint: [string]. [string] expected at this location |
Unexpected hint: [string]. [string] expected at this location |
24073 |
Could not apply [string] hint: [string] |
Could not apply [string] hint: [string] |
24074 |
Encountered a cross product join |
Encountered a cross product join |
24075 |
Inappropriate use of group by all with decor variables |
Inappropriate use of group by all with decor variables |
24076 |
Unrecognized argument field [string] of function [string]; recognized argument names [string] |
Unrecognized argument field [string] of function [string]; recognized argument names [string] |
24077 |
Type mismatch: function [string] expects its argument field [string] to be of type [string], but the actual input type is [string] |
Type mismatch: function [string] expects its argument field [string] to be of type [string], but the actual input type is [string] |
24078 |
Cannot find function with name [string] |
Cannot find function with name [string] |
25xxx Codes (internal errors)
ICode | Message | Description |
---|---|---|
25000 |
Internal error |
Internal error |