Skip to content

Commit 712ce38

Browse files
Add missing codes of the 2025.01 release
1 parent 215a998 commit 712ce38

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ Status description:: error: data exception - interval field overflow
138138

139139
Status description:: error: data exception - invalid value type
140140

141+
=== 22G05
142+
143+
Status description:: error: data exception - invalid date, time, or datetime function field name
144+
141145
=== 22N00
142146

143147
Status description:: error: data exception - unsupported value. The provided value is unsupported and cannot be processed.
@@ -824,6 +828,10 @@ Status description:: error: syntax error or access rule violation - invalid use
824828

825829
Status description:: error: syntax error or access rule violation - invalid use of `UNION` and `UNION ALL`. `UNION` and `UNION ALL` cannot be combined.
826830

831+
=== 42I41
832+
833+
Status description:: error: syntax error or access rule violation - invalid use of variable length relationship. Variable length relationships cannot be used in `{ $value }`.
834+
827835
=== 42I45
828836

829837
Status description:: error: syntax error or access rule violation - invalid use of multiple path patterns. Multiple path patterns cannot be used in the same clause in combination with a selective path selector. `{ $action }`
@@ -1001,6 +1009,10 @@ Status description:: error: syntax error or access rule violation - invalid use
10011009

10021010
Status description:: error: syntax error or access rule violation - variable already defined. Variable `{ $variable }` already declared.
10031011

1012+
=== 42N62
1013+
1014+
Status description:: error: syntax error or access rule violation - variable not defined. Variable `{ $variable }` not defined.
1015+
10041016
=== 42N65
10051017

10061018
Status description:: error: syntax error or access rule violation - node variable not bound. The `{ $fun }` function requires bound node variables when it is not part of a 'MATCH ...'.
@@ -1143,6 +1155,10 @@ Status description:: error: general processing exception - execution failed. Exe
11431155

11441156
Status description:: error: general processing exception - invalid server state transition. The server transitioned into a server state that is not valid in the current context: `{ $boltServerState }`.
11451157

1158+
=== 50N10
1159+
1160+
Status description:: error: general processing exception - index drop failed. Unable to drop `{ $idxDescrOrName }`.
1161+
11461162
=== 50N11
11471163

11481164
Status description:: error: general processing exception - constraint creation failed. Unable to create `{ $constrDescrOrName }`.
@@ -1151,6 +1167,18 @@ Status description:: error: general processing exception - constraint creation f
11511167

11521168
Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`.
11531169

1170+
=== 50N13
1171+
1172+
Status description:: error: general processing exception - constraint validation error. Unable to validate constraint `{ $constrDescrOrName }`.
1173+
1174+
=== 50N14
1175+
1176+
Status description:: error: general processing exception - constraint violation. A constraint imposed by the database was violated.
1177+
1178+
=== 50N15
1179+
1180+
Status description:: error: general processing exception - unsupported index operation. The system attemped to execute an unsupported operation on index `{ $idx }`. See debug.log for more information.
1181+
11541182
=== 50N16
11551183

11561184
Status description:: error: general processing exception - remote execution transient error. Remote execution failed. See cause for more details.
@@ -1437,6 +1465,9 @@ Status description:: error: system configuration or operation exception - unable
14371465

14381466
Status description:: error: system configuration or operation exception - index population failed. Index `{ $idx }` population failed.
14391467

1468+
=== 51N62
1469+
1470+
Status description:: error: system configuration or operation exception - index is in a failed state. Unable to use index `{ $idx }` because it is in a failed state. See logs for more information.
14401471

14411472
=== 51N63
14421473

@@ -1557,6 +1588,9 @@ Status description:: error: procedure exception - too many seeders. The number o
15571588

15581589
Status description:: error: procedure exception - no such seeder. The specified seeding server with id `{ $server }` was not found. Verify that the spelling is correct.
15591590

1591+
=== 52N22
1592+
1593+
Status description:: error: procedure exception - invalid procedure argument. Invalid argument `{ $value }` for `{ $procParam }` on procedure `{ $proc }`. The expected format of `{ $procParam }` is `{ $procParamFmt }`.
15601594

15611595
=== 52N23
15621596

0 commit comments

Comments
 (0)