![]() |
PyHelios 0.1.11
|
Go to the source code of this file.
Classes | |
| class | pyhelios.validation.exceptions.ValidationError |
| Validation-specific exceptions for PyHelios. More... | |
Namespaces | |
| namespace | pyhelios |
| namespace | pyhelios.validation |
| namespace | pyhelios.validation.exceptions |
Functions | |
| ValidationError | pyhelios.validation.exceptions.create_validation_error (str message, str param_name=None, str function_name=None, str expected_type=None, actual_value=None, str suggestion=None) |
| Factory function for creating ValidationError with consistent formatting. | |