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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1541,7 +1541,7 @@ Status description:: error: procedure exception - procedure invocation failed. F
1541
1541
1542
1542
=== xref:errors/gql-errors/52N34.adoc[52N34]
1543
1543
1544
-
Status description:: error: procedure exception - procedure sandboxed. `{ <<sig>> }` is unavailable because it is sandboxed. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only un-restrict procedures you can trust with access to database internals.
1544
+
Status description:: error: procedure exception - procedure restricted. `{ <<fun>> }` is restricted and accesses database internals. Procedure restriction is controlled by the dbms.security.procedures.unrestricted setting. Only un-restrict procedures you can trust with access to database internals.
0 commit comments