Documentation
Publicon
Reference
Preferences
Global Options
MessageOptions
"ErrorAction"
• "ErrorAction" is a global option that determines the type of action Publicon takes when an error occurs in evaluating a command.
• An error occurs when you evaluate a command that is illegal, either because it is in the wrong syntax, it does not correspond to any known operation, or it conflicts with other commands. In such cases, Publicon cannot proceed until the command is suitably modified.
• "ErrorAction" is specified as a list of the actions to be taken. The action(s) can be any of the following.
Beep A "beep" sound is played.
PrintToConsole A warning message is printed in a separate window called "Messages".
PrintToNotebook A warning message is printed in the notebook.
DialogBox A warning appears in a dialog box.
SeparateCells A warning is printed in a separate cell in the notebook.