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/42N0E.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@
5
5
6
6
error: syntax error or access rule violation - cannot call function without metadata. The function `{ <<fun>> }` cannot be called without metadata.
7
7
8
+
== Explanation
9
+
This error occurs when the metadata required by the function is missing from the context supplied. This is an internal error which would only ever appear in the logs.
8
10
11
+
== Example scenario
12
+
A function is called without the required metadata.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N0F.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@
5
5
6
6
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>> }.
7
7
8
+
== Explanation
9
+
This error occurs when the metadata for a specific security realm is missing from the context supplied. This is an internal error which would only ever appear in the logs.
8
10
11
+
== Example scenario
12
+
A function is called with a metadata dictionary, but there is no entry for the required realm.
0 commit comments