$error

From Scriptwiki
Jump to: navigation, search

Returns the error message when an error has occurred.

$error

Example

testerror {
msg Dana
halt
:error
echo Error in script! $error
}

Running the above alias would create an error. This would jump to the :error point and run the commands afterwards, echoing the error message.

See Also