REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 5-May-2010 Edit History |
This is a general error for any function that needs it, including external modules or other subsystems.
Message:
[:arg1 "error:" :arg2]
Example:
cause-error 'script 'bad-bad [decoder "data in wrong format"]
** script error: decoder error: "data in wrong format"
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |