langtest.errors#

Classes

Errors()

Class for defining error messages and associating them with codes.

ErrorsWithCodes

Metaclass that allows associating error/warning codes with messages.

Warnings()

Class for defining warning messages and associating them with codes.

Exceptions

ColumnNameError(supported_columns, given_columns)

ColumnNameError class is used to raise an exception when the column name is not found in the dataset.