Skip to content

ShapeValidationResult

Class: warmhub.ShapeValidationResult

ShapeValidationResult(valid: bool, errors: Sequence[str] = tuple(), warnings: UndeclaredFieldsWarning | None = None)

Local shape-validation verdict with blocking errors and warnings.

valid

Documentation is not yet available.

errors = field(default_factory=tuple)

Documentation is not yet available.

warnings = None

Documentation is not yet available.