REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
An attempt was made within a script to change the security to a lower level of security that was denied. This is to say, whenever a script requests a lower security setting and the user denies the request, this error is thrown.
Message:
["Attempt to change security level to" :arg1]
Example:
secure quit filter-error try [secure none] ; denied request secure none
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |