You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N79.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
+
:page-role: new-2025.11
1
2
= 42N79
2
3
3
4
== 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.
5
6
6
7
== Explanation
7
8
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.
9
10
10
11
== Example scenario
11
12
@@ -21,7 +22,7 @@ Error message will be:
21
22
22
23
[source]
23
24
----
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.
0 commit comments