Skip to content

Commit a6fed8c

Browse files
Apply suggestions from code review
1 parent 193ebab commit a6fed8c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Status description:: error: data exception - invalid input value. Invalid input
158158

159159
Status description:: error: data exception - input failed validation. Invalid input `{ <<input>> }` for `{ <<context>> }`.
160160

161+
[role=label--changed-2025.03]
161162
=== xref:errors/gql-errors/22N06.adoc[22N06]
162-
label:new[Changed in 2025.03]
163163

164164
Status description:: error: data exception - required input missing. Invalid input. `{ <<inputList>> }` needs to be specified.
165165

@@ -311,8 +311,8 @@ Status description:: error: data exception - unable to use specified runtime. Ca
311311

312312
Status description:: error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via 'dbms.import.csv.buffer_size'.
313313

314+
[role=label--changed-2025.03]
314315
=== xref:errors/gql-errors/22N51.adoc[22N51]
315-
label:new[Changed in 2025.03]
316316

317317
Status description:: error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
318318

@@ -558,8 +558,8 @@ Status description:: error: invalid transaction state - concurrent access violat
558558
Status description:: error: invalid transaction state - specified transaction does not exist.
559559
Transaction `{ <<transactionId>> }` does not exist.
560560

561+
[role=label--changed-2025.03]
561562
=== xref:errors/gql-errors/25N05.adoc[25N05]
562-
label:new[Changed in 2025.03]
563563

564564
Status description:: error: invalid transaction state - transaction closed. Transaction has been closed.
565565

@@ -838,8 +838,8 @@ Status description:: info: invalid call signature. The procedure or function `{
838838

839839
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
840840

841+
[role=label--changed-2025.03]
841842
=== xref:errors/gql-errors/42N00.adoc[42N00]
842-
label:new[Changed in 2025.03]
843843

844844
Status description:: error: syntax error or access rule violation - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
845845

@@ -871,8 +871,8 @@ Status description:: error: syntax error or access rule violation - unsupported
871871

872872
Status description:: error: syntax error or access rule violation - variable shadowing. The variable `{ <<variable>> }` is shadowing a variable with the same name from the outer scope and needs to be renamed.
873873

874+
[role=label--changed-2025.03]
874875
=== xref:errors/gql-errors/42N08.adoc[42N08]
875-
label:new[Changed in 2025.03]
876876

877877
Status description:: error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.
878878

@@ -884,8 +884,8 @@ Status description:: error: syntax error or access rule violation - no such user
884884

885885
Status description:: error: syntax error or access rule violation - no such role. A role with the name `{ <<role>> }` was not found. Verify that the spelling is correct.
886886

887+
[role=label--changed-2025.03]
887888
=== xref:errors/gql-errors/42N11.adoc[42N11]
888-
label:new[Changed in 2025.03]
889889

890890
Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.
891891

@@ -979,8 +979,8 @@ Status description:: error: syntax error or access rule violation - invalid use
979979

980980
Status description:: error: syntax error or access rule violation - duplicate return item name. Return items must have unique names.
981981

982+
[role=label--changed-2025.03]
982983
=== xref:errors/gql-errors/42N39.adoc[42N39]
983-
label:new[Changed in 2025.03]
984984

985985
Status description:: error: syntax error or access rule violation - incompatible return column names. All `{<<context>>}` must have the same return column names. Use `AS` to ensure columns have the same name.
986986

@@ -1292,8 +1292,8 @@ Status description:: error: system configuration or operation exception - aggreg
12921292
Status description:: error: system configuration or operation exception - class not public. The class `{ <<procClass>> }` must be public.
12931293

12941294

1295+
[role=label--changed-2025.03]
12951296
=== xref:errors/gql-errors/51N12.adoc[51N12]
1296-
label:new[Changed in 2025.03]
12971297

12981298
Status description:: error: system configuration or operation exception - class not void. The procedure `{ <<proc>> }` has zero return columns and must be defined as void.
12991299

@@ -1353,8 +1353,8 @@ Status description:: error: system configuration or operation exception - insuff
13531353

13541354
Status description:: error: system configuration or operation exception - database is busy. Cannot compile query due to excessive updates to indexes and constraints.
13551355

1356+
[role=label--changed-2025.03]
13561357
=== xref:errors/gql-errors/51N27.adoc[51N27]
1357-
label:new[Changed in 2025.03]
13581358

13591359
Status description:: error: system configuration or operation exception - not supported in this edition. `{ <<feat>> }` is not supported in `{ <<edition>> }`.
13601360

0 commit comments

Comments
 (0)