Skip to main content

ContactSimulationIssue

Kind: Class
Domain: Simulation handoff
Canonical import: from cadflow import ContactSimulationIssue

Signature

class ContactSimulationIssue(severity: 'str', code: 'str', path: 'str', message: 'str') -> None

Description

ContactSimulationIssue(severity: 'str', code: 'str', path: 'str', message: 'str')

Other public imports

  • from cadflow.simulation import ContactSimulationIssue

Parameters

NameTypeRequiredDefaultSource description
severity'str'yes-Not explicitly described in the source docstring.
code'str'yes-Not explicitly described in the source docstring.
path'str'yes-Not explicitly described in the source docstring.
message'str'yes-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
severity'str'required
code'str'required
path'str'required
message'str'required

Public members

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

Behavior and constraints

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

Import check

from cadflow import ContactSimulationIssue

See also