Difference between revisions of "Error"
Line 2: | Line 2: | ||
[[category:Evaluation Functions]] | [[category:Evaluation Functions]] | ||
− | + | = Error(message) = | |
− | + | Raises an evaluation-time error, displaying the indicated ''message'' to the end user and aborting the current computation. | |
− | |||
− | |||
− | |||
− | |||
If ''Error'' is called from inside a Check attribute, it is displayed as a warning and replaces the standard failed-check message. | If ''Error'' is called from inside a Check attribute, it is displayed as a warning and replaces the standard failed-check message. |
Revision as of 10:12, 9 February 2007
Error(message)
Raises an evaluation-time error, displaying the indicated message to the end user and aborting the current computation.
If Error is called from inside a Check attribute, it is displayed as a warning and replaces the standard failed-check message.
Comments
Enable comment auto-refresher