module
headfake.error
This package contains the error classes raised by headfake.
Classes
TransformerError
— Raised by a Transformer or Field when there is an issue with the transformation.
class
headfake.error.
TransformerError
(
field
, transformer
, row
, orig_exception
)
Bases
Exception
BaseException
Raised by a Transformer or Field when there is an issue with the transformation.