Error handling using error IDs
Errors that occur on an appliance are identified by error IDs. These can be used by rules to trigger particular methods of error handling.
To enable the use of error IDs in rules, the Error.ID property is available. A rule can trigger an action or event when this property has a particular value. For example, 14000 indicates a failure to load the Anti-Malware module.
The action or event that is triggered uses a particular method of error handling, such as blocking access to a web object or creating an entry in a log file.
A rule that uses an error ID to trigger an error handling measure could, for example, look at follows
Name
Block if Anti-Malware engine cannot be loaded
Criteria | Action |
---|---|
Error.ID equals 14000 | Block<Cannot Load Anti-Malware Engine> |
Tags recommended by the template: article:topic