Validator
EmailFormatError
Bases: Exception
Custom error that is raised when a email address doesn't have the rigth format.
Source code in validator/validator.py
23 24 25 26 27 28 29 | |
HTMLFormatError
Bases: Exception
Custom error that is raised when a html document doesn't have the rigth format.
Source code in validator/validator.py
32 33 34 35 36 37 38 | |
IdBotconversaMissingError
Bases: Exception
Custom error that is raised when a id to botconversa contact doesn't exist.
Source code in validator/validator.py
41 42 43 44 45 46 47 | |
PhoneFormatError
Bases: Exception
Custom error that is raised when a phone number doesn't have the rigth format.
Source code in validator/validator.py
14 15 16 17 18 19 20 | |