biopsykit.utils.exceptions module

A set of custom exceptions.

exception biopsykit.utils.exceptions.ValidationError[source]

Bases: Exception

An error indicating that data-object does not comply with the guidelines.

exception biopsykit.utils.exceptions.FileExtensionError[source]

Bases: Exception

An error indicating that the file name has the wrong file extension.

exception biopsykit.utils.exceptions.DataFrameTransformationError[source]

Bases: Exception

An error indicating that dataframe transformation failed.

exception biopsykit.utils.exceptions.ValueRangeError[source]

Bases: Exception

An error indicating that scores are not in the expected range.

exception biopsykit.utils.exceptions.FeatureComputationError[source]

Bases: Exception

An error indicating that feature computation failed.

exception biopsykit.utils.exceptions.EcgProcessingError[source]

Bases: Exception

An error indicating that ECG processing failed.