budosystems.models.validation.ValidationWarning

exception ValidationWarning

Bases: UserWarning

Warning related to validation. Implemented as a Warning so that the flow doesn’t get interrupted.

__init__(msg_txt: str = '', details: Any | None = None, exception: Exception | None = None)