File tree Expand file tree Collapse file tree 2 files changed +5193
-5175
lines changed
pages/n1ql-language-reference Expand file tree Collapse file tree 2 files changed +5193
-5175
lines changed Original file line number Diff line number Diff line change 99/* Use this SQL++ query to generate finderr.json */
1010
1111WITH errors AS (ARRAY_FLATTEN((SELECT RAW finderr(".* ")), 1)),
12- footnotes AS ([1040])
12+ footnotes AS ([1040, 3000 ])
1313SELECT code,
1414 description,
1515 ARRAY CASE WHEN ISARRAY(v) THEN CONCAT2(" ", v)
@@ -65,6 +65,13 @@ These errors are related to the parsing.
6565include::partial$errors/errors-table.hbs[]
6666--
6767
68+ [NOTE#note-3000]
69+ .Error 3000
70+ ====
71+ If you're using AI Functions, this error code indicates that the function you're using is not enabled or associated with an LLM.
72+ You need to xref:ai:build:ai-functions.adoc#enable-ai-functions[enable the function] and try again.
73+ ====
74+
6875== 4xxx Codes (plan)
6976
7077These errors are related to the query plan.
You can’t perform that action at this time.
0 commit comments