System.Err:Str (read/write)
Error message. If a command within a Try statement generates an error, the error message is stored in this variable. The Else part of the Try statement can therefore look at the message, or re-throw the error using Abort.
If a local variable System.Err is visible, the error message is stored in that instead of the global one.
See also: Global Variables