Skip to content

Commit

Permalink
feat(hogql): expose ZERO_ARRAY_OR_TUPLE_INDEX to users (#17435)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra authored Sep 14, 2023
1 parent 267f0af commit bc66193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def look_up_error_code_meta(error: ServerException) -> ErrorCodeMeta:
131: ErrorCodeMeta("TOO_LARGE_STRING_SIZE"),
133: ErrorCodeMeta("AGGREGATE_FUNCTION_DOESNT_ALLOW_PARAMETERS"),
134: ErrorCodeMeta("PARAMETERS_TO_AGGREGATE_FUNCTIONS_MUST_BE_LITERALS"),
135: ErrorCodeMeta("ZERO_ARRAY_OR_TUPLE_INDEX"),
135: ErrorCodeMeta("ZERO_ARRAY_OR_TUPLE_INDEX", user_safe=True),
137: ErrorCodeMeta("UNKNOWN_ELEMENT_IN_CONFIG"),
138: ErrorCodeMeta("EXCESSIVE_ELEMENT_IN_CONFIG"),
139: ErrorCodeMeta("NO_ELEMENTS_IN_CONFIG"),
Expand Down

0 comments on commit bc66193

Please sign in to comment.