Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* Use this SQL++ query to generate finderr.json */

WITH errors AS (ARRAY_FLATTEN((SELECT RAW finderr(".*")), 1)),
footnotes AS ([1040])
footnotes AS ([1040, 3000])
SELECT code,
description,
ARRAY CASE WHEN ISARRAY(v) THEN CONCAT2(" ", v)
Expand Down Expand Up @@ -65,6 +65,13 @@ These errors are related to the parsing.
include::partial$errors/errors-table.hbs[]
--

[NOTE#note-3000]
.Error 3000
====
If you're using AI Functions, this error code indicates that the function you're using is not enabled or associated with an LLM.
You need to xref:ai:build:ai-functions.adoc#enable-ai-functions[enable the function] and try again.
====

== 4xxx Codes (plan)

These errors are related to the query plan.
Expand Down
Loading