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/index.adoc
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1142,6 +1142,21 @@ Status description:: error: syntax error or access rule violation - invalid shar
1142
1142
1143
1143
Status description:: error: syntax error or access rule violation - cannot replace sharded database. The database identified by `{ <<db>>1 }` is sharded. Drop the database `{ <<db>>2 }` before recreating.
1144
1144
1145
+
[role=label--new-2025.10]
1146
+
=== xref:errors/gql-errors/42N0D.adoc[42N0D]
1147
+
1148
+
Status description:: error: syntax error or access rule violation - cannot call function from this context. The function `{ <<fun>> }` cannot be called from the current context. It can only be used `{ <<context>> }`.
1149
+
1150
+
[role=label--new-2025.10]
1151
+
=== xref:errors/gql-errors/42N0E.adoc[42N0E]
1152
+
1153
+
Status description:: error: syntax error or access rule violation - cannot call function without metadata. The function `{ <<fun>> }` cannot be called without metadata.
1154
+
1155
+
[role=label--new-2025.10]
1156
+
=== xref:errors/gql-errors/42N0F.adoc[42N0F]
1157
+
1158
+
Status description:: error: syntax error or access rule violation - cannot call function without metadata for realm. The function `{ <<fun>> }` cannot be called without metadata for realm: `{ <<auth>> }`.
1159
+
1145
1160
=== xref:errors/gql-errors/42N10.adoc[42N10]
1146
1161
1147
1162
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.
0 commit comments