patError error levels

patError provides different error levels for fine-grained error handling.

These levels are:

  • Error
  • Warning
  • Notice

Creating new error levels

Using the registerErrorLevel() method of patErrorManager, you can create your own error levels, if the predefined levels are not sufficient. If you intend to use your own levels, please take a look at the documentation for registering error levels.