Skip to content

Commit f1b3cd4

Browse files
committed
add versions, update the content-nav and regenerate the index file
1 parent 5152174 commit f1b3cd4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@
510510
**** xref:errors/gql-errors/52N41.adoc[]
511511
**** xref:errors/gql-errors/52U00.adoc[]
512512
*** xref:errors/gql-errors/index.adoc#function-exceptions[Function exceptions]
513+
**** xref:errors/gql-errors/53N33.adoc[]
513514
**** xref:errors/gql-errors/53N34.adoc[]
514515
**** xref:errors/gql-errors/53N35.adoc[]
515516
**** xref:errors/gql-errors/53N37.adoc[]

modules/ROOT/pages/errors/gql-errors/42I68.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:page-role: new-2025.09
1+
:page-role: new-2025.10
22
= 42I68
33

44
== Status description

modules/ROOT/pages/errors/gql-errors/53N33.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
:page-role: new-2025.10
12
= 53N33
23

34
== Status description
4-
error: function exception - function invocation failed. Failed to invoke function `{ <<sig>> }` caused by: `{ <<msg>> }`.
5+
error: function exception - function invocation failed. Failed to invoke function `{ <<sig>> }` caused by: `{ <<msg>> }`
56

67
== Example scenario
78

@@ -17,7 +18,7 @@ You will receive an error with GQLSTATUS xref:errors/gql-errors/53N33.adoc[53N33
1718

1819
[source]
1920
----
20-
error: function exception - function invocation failed. Failed to invoke function duration(input :: ANY, pattern = DEFAULT_TEMPORAL_ARGUMENT :: STRING) :: DURATION caused by: A pattern can only be used in conjunction with a `STRING` input..
21+
error: function exception - function invocation failed. Failed to invoke function duration(input :: ANY, pattern = DEFAULT_TEMPORAL_ARGUMENT :: STRING) :: DURATION caused by: A pattern can only be used in conjunction with a `STRING` input.
2122
----
2223

2324
ifndef::backend-pdf[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ Status description:: error: syntax error or access rule violation - pattern pars
10871087

10881088
Status description:: error: syntax error or access rule violation - unsupported language feature. The query is a valid `CYPHER { <<feat>>2 }` query, but it is run in `CYPHER { <<feat>>1 }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat>>2 }`.
10891089

1090-
[role=label--new-2025.09]
1090+
[role=label--new-2025.10]
10911091
=== xref:errors/gql-errors/42I68.adoc[42I68]
10921092

10931093
Status description:: error: syntax error or access rule violation - mismatched pattern. Pattern, `{ <<input>>1 }`, does not match input, `{ <<input>>2 }`. Verify that the pattern is valid for constructing `{ <<valueType>> }`.
@@ -2084,6 +2084,11 @@ Status description:: error: procedure exception - custom procedure execution err
20842084
[[function-exceptions]]
20852085
== Function exceptions
20862086

2087+
[role=label--new-2025.10]
2088+
=== xref:errors/gql-errors/53N33.adoc[53N33]
2089+
2090+
Status description:: error: function exception - function invocation failed. Failed to invoke function `{ <<sig>> }` caused by: `{ <<msg>> }`
2091+
20872092
=== xref:errors/gql-errors/53N34.adoc[53N34]
20882093

20892094
Status description:: error: function exception - function restricted. `{ <<fun>> }` is restricted and accesses database internals. User-defined function restriction is controlled by the `dbms.security.procedures.unrestricted` setting. Only un-restrict user-defined functions you can trust with access to database internals.

0 commit comments

Comments
 (0)