REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
A security violation occurred. This will happen when an attempt is made to access a file or the network when the secure setting is set to throw.
Message:
REBOL - Security Violation
Example:
secure throw filter-error try [open %file.txt] ** Access Error: REBOL - Security Violation ** Where: open %file.txt
secure none
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |