datalad_next.constraints.ConstraintError

exception datalad_next.constraints.ConstraintError(constraint, value: Any, msg: str, ctx: Dict[str, Any] | None = None)[source]

Exception type raised by constraints when their conditions are violated

A primary purpose of this class is to provide uniform means for communicating information on violated constraints.