Skip to content

Commit 987fe4f

Browse files
phil198Hunterness
authored andcommitted
Update modules/ROOT/pages/errors/gql-errors/42N0D.adoc
Co-authored-by: Therese Magnusson <[email protected]>
1 parent 9fa34b4 commit 987fe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ error: syntax error or access rule violation - cannot call function from this co
88

99
== Explanation
1010
This error is thrown when a function is called from a context that is not allowed for that function.
11-
For example, if you try to call `abac.oidc.user_attribuge()` from a regular Cypher query, you will get this error, because it is not supported in user Cypher queries and can only be called from within `AUTH RULE` creation or alteration commands.
11+
For example, if you try to call `abac.oidc.user_attribute()` from a regular Cypher query, you will get this error, because it is not supported in user Cypher queries and can only be called from within `AUTH RULE` creation or alteration commands.
1212

1313
== Example scenario
1414
For example, calling an internal security function from a user query.

0 commit comments

Comments
 (0)