Skip to content

Commit 32bf17f

Browse files
fixes from review comments
1 parent 8b25629 commit 32bf17f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@
342342
**** xref:errors/gql-errors/42N76.adoc[]
343343
**** xref:errors/gql-errors/42N77.adoc[]
344344
**** xref:errors/gql-errors/42N78.adoc[]
345+
**** xref:errors/gql-errors/42N79.adoc[]
345346
**** xref:errors/gql-errors/42N81.adoc[]
346347
**** xref:errors/gql-errors/42N82.adoc[]
347348
**** xref:errors/gql-errors/42N83.adoc[]

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
:page-role: new-2025.11
12
= 42N79
23

34
== Status description
4-
error: syntax error or access rule violation - invalid `USE` clause. The `USE` clause is not required for Administration Commands. Retry the query omitting the USE clause and it will be routed automatically.
5+
error: syntax error or access rule violation - invalid `USE` clause. The `USE` clause is not required for Administration Commands. Retry the query omitting the `USE` clause and it will be routed automatically.
56

67
== Explanation
78

8-
This error occurs when an administration commands is prepended with a `USE` clause.
9+
This error occurs when an administration command is prepended with a `USE` clause.
910

1011
== Example scenario
1112

@@ -21,7 +22,7 @@ Error message will be:
2122

2223
[source]
2324
----
24-
error: syntax error or access rule violation - invalid `USE` clause. The `USE` clause is not required for Administration Commands. Retry the query omitting the USE clause and it will be routed automatically.
25+
error: syntax error or access rule violation - invalid `USE` clause. The `USE` clause is not required for Administration Commands. Retry the query omitting the `USE` clause and it will be routed automatically.
2526
----
2627

2728
ifndef::backend-pdf[]

0 commit comments

Comments
 (0)