FlatlinerDetectedError# class openstef_core.exceptions.FlatlinerDetectedError(message: str)[source]# Bases: Exception Exception raised when a flatliner is detected in the data. Parameters: message (str) __init__(message: str)[source]# Initialize the exception with a descriptive error message. Parameters: message (str) – Human-readable description of the flatliner detection error. message