Skip to content

Commit 0793745

Browse files
Update messages according to the code
Co-authored-by: Louise Berglund <[email protected]>
1 parent e2c1485 commit 0793745

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
label:new[Changed in 2025.03]
33

44
== Status description
5-
error: data exception - required input missing. Invalid input. `{ <<option>> }` needs to be specified.
5+
error: data exception - required input missing. Invalid input. `{ <<inputList>> }` needs to be specified.
66

77

88
ifndef::backend-pdf[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
label:new[Changed in 2025.03]
33

44
== Status description
5-
error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
5+
error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
66

77

88
ifndef::backend-pdf[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
label:new[Changed in 2025.03]
33

44
== Status description
5-
error: syntax error or access rule violation - graph reference not found. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
5+
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.
66

77
ifndef::backend-pdf[]
88
[discrete.glossary]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
label:new[Changed in 2025.03]
33

44
== Status description
5-
error: syntax error or access rule violation - no such procedure. The procedure `{ <<proc>> }` was not found. Verify that the spelling is correct.
5+
error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.
66

77
ifndef::backend-pdf[]
88
[discrete.glossary]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
label:new[Changed in 2025.03]
33

44
== Status description
5-
error: syntax error or access rule violation - incompatible return columns. All `{<<context>>}` in a UNION clause must have the same return column names.
5+
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.
66

77
ifndef::backend-pdf[]
88
[discrete.glossary]

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Status description:: error: data exception - input failed validation. Invalid in
161161
=== xref:errors/gql-errors/22N06.adoc[22N06]
162162
label:new[Changed in 2025.03]
163163

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

166166
=== xref:errors/gql-errors/22N07.adoc[22N07]
167167

@@ -314,7 +314,7 @@ Status description:: error: data exception - CSV buffer size overflow. Cannot re
314314
=== xref:errors/gql-errors/22N51.adoc[22N51]
315315
label:new[Changed in 2025.03]
316316

317-
Status description:: error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
317+
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

319319
=== xref:errors/gql-errors/22N52.adoc[22N52]
320320

@@ -841,7 +841,7 @@ Status description:: error: syntax error or access rule violation - no longer va
841841
=== xref:errors/gql-errors/42N00.adoc[42N00]
842842
label:new[Changed in 2025.03]
843843

844-
Status description:: error: syntax error or access rule violation - graph reference not found. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
844+
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

846846
=== xref:errors/gql-errors/42N01.adoc[42N01]
847847

@@ -874,7 +874,7 @@ Status description:: error: syntax error or access rule violation - variable sha
874874
=== xref:errors/gql-errors/42N08.adoc[42N08]
875875
label:new[Changed in 2025.03]
876876

877-
Status description:: error: syntax error or access rule violation - no such procedure. The procedure `{ <<proc>> }` was not found. Verify that the spelling is correct.
877+
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

879879
=== xref:errors/gql-errors/42N09.adoc[42N09]
880880

@@ -982,7 +982,7 @@ Status description:: error: syntax error or access rule violation - duplicate re
982982
=== xref:errors/gql-errors/42N39.adoc[42N39]
983983
label:new[Changed in 2025.03]
984984

985-
Status description:: error: syntax error or access rule violation - incompatible return columns. All `{<<context>>}` in a UNION clause must have the same return column names.
985+
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

987987
=== xref:errors/gql-errors/42N40.adoc[42N40]
988988

0 commit comments

Comments
 (0)