Skip to content

Commit 7026077

Browse files
committed
Update modules/ROOT/pages/errors/gql-errors/42N0D.adoc
1 parent e18285f commit 7026077

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ error: syntax error or access rule violation - cannot call function from this co
1010
This error is thrown when a function is called from a context that is not allowed for that function.
1111

1212
== Example scenario
13-
If you try to call an internal security function like `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.
13+
14+
Try to call an internal security function like `abac.oidc.user_attribute()` from a regular Cypher query.
15+
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.
1416

1517

1618
ifndef::backend-pdf[]

0 commit comments

Comments
 (0)