errorsΒΆ

The Errors module handles counts and message lists for errors, warnings, and even informational reasons.

Functions

get_count

Returns the number of checks of the type specified by parameter t.

get_text

Works similarly to get_count, but instead returns the messages of the type specified by parameter t.

process_log_messages

This function is not just used to process log messages.

reset_errors_and_warnings

When called, it clears all counts and message lists.

Classes

IssueType

This enum is used with the get_count and get_messages functions to tell the function which count or list of messages to get.