biopsykit.utils.exceptions module¶
A set of custom exceptions.
- exception biopsykit.utils.exceptions.DataFrameTransformationError[source]¶
Bases:
ExceptionAn error indicating that dataframe transformation failed.
- exception biopsykit.utils.exceptions.EcgProcessingError[source]¶
Bases:
ExceptionAn error indicating that ECG processing failed.
- exception biopsykit.utils.exceptions.EventExtractionError[source]¶
Bases:
ExceptionAn error indicating that event extraction failed.
- exception biopsykit.utils.exceptions.FeatureComputationError[source]¶
Bases:
ExceptionAn error indicating that feature computation failed.
- exception biopsykit.utils.exceptions.FileExtensionError[source]¶
Bases:
ExceptionAn error indicating that the file name has the wrong file extension.