errorsΒΆ
The Errors module handles counts and message lists for errors, warnings, and even informational reasons.
Functions
Returns the number of checks of the type specified by parameter t. |
|
Works similarly to get_count, but instead returns the messages of the type specified by parameter t. |
|
This function is not just used to process log messages. |
|
When called, it clears all counts and message lists. |
Classes
This enum is used with the get_count and get_messages functions to tell the function which count or list of messages to get. |