Suppress Error Messages

In a Single Evaluation...

Some evaluations may issue error messages:

To suppress the error messages, wrap the input expression with Quiet:

For an Entire Session...

To suppress a particular error message for the remainder of the session, click the "More information" icon to the left of the message, choose Turn Off This Message, and click OK:

Subsequent evaluations will not produce the message:

For an Entire Session Programmatically by Name...

It is sometimes useful to turn off an error message programmatically. To do so, you need the messages name.

If an evaluation has issued a message, you can see its name by clicking the "More information" icon on its left:

Use Off to turn that message off for the remainder of the session:

Subsequent evaluations will not produce that message:

Turn the message back on again with On:

The message is restored: