Skip to main content

SceneValidationReport

Kind: Class
Domain: Scene and artifacts
Canonical import: from cadflow.scene import SceneValidationReport

Signature

class SceneValidationReport(issues: 'tuple[SceneValidationIssue, ...]' = ()) -> None

Description

SceneValidationReport(issues: 'tuple[SceneValidationIssue, ...]' = ())

Parameters

NameTypeRequiredDefaultSource description
issues'tuple[SceneValidationIssue, ...]'no()Not explicitly described in the source docstring.

Returns

Type: None

The source docstring does not declare additional return semantics.

Errors

The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.

Data fields

NameTypeDefault
issues'tuple[SceneValidationIssue, ...]'()

Public members

MemberKindSignatureDescription
first_errorproperty-See the member signature.
to_dictmethod(self) -> 'dict[str, Any]'See the member signature.
validproperty-See the member signature.

Behavior and constraints

  • Instances are immutable dataclass values; update workflows return a replacement value.

Import check

from cadflow.scene import SceneValidationReport

See also