Validation
๐ค AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
pyvider.cty.exceptions.validation
¶
Classes¶
CtyCollectionValidationError
¶
CtyCollectionValidationError(
message: str,
value: object = None,
type_name: str | None = None,
path: CtyPath | None = None,
**kwargs: Any,
)
Bases: CtyValidationError
Base for collection-related validation errors.
Source code in pyvider/cty/exceptions/validation.py
CtyValidationError
¶
CtyValidationError(
message: str,
value: object = None,
type_name: str | None = None,
path: CtyPath | None = None,
**kwargs: Any,
)
Bases: ValidationError
Base exception for all validation errors.
Inherits from foundation's ValidationError for enhanced diagnostics and automatic retry/circuit breaker support where applicable.