InsufficientlyCompleteError# class openstef_core.exceptions.InsufficientlyCompleteError(message: str)[source]# Bases: Exception Exception raised when a dataset is not sufficiently complete. Parameters: message (str) __init__(message: str)[source]# Initialize the exception with a descriptive error message. Parameters: message (str) – Human-readable description of the completeness error. message