colda.error package
Module contents
Expose public exceptions & warnings
- exception colda.error.DataNotSerializable
Bases:
ValueError
Error raised when the data is not the type not we can converted
- exception colda.error.DataOutofRangeWarning
Bases:
Warning
Warning raised when the data is out of predefined range
- exception colda.error.DictValueNotFound
Bases:
ValueError
Error raised when the value cannot found in corresponding dict key
- exception colda.error.DuplicateKeyError
Bases:
ValueError
Error raised when the key in dict is duplicated
- exception colda.error.StatusCodeError
Bases:
ValueError
Return Exception when status code of network response is not matching
- exception colda.error.StatusCodeWarning
Bases:
Warning
Warning raised when status code of network response is not matching
- exception colda.error.StopWarning
Bases:
Warning
Warning raised when the program stops due to some reasons