ReadOnlyError#
- class omni.graph.core.ReadOnlyError(
 - attribute: str | Path | Attribute | Property,
 - message: str | None = None,
 Bases:
OmniGraphErrorException to raise when there is a write operation on a read-only attribute (i.e. an input)
Bases: OmniGraphError
Exception to raise when there is a write operation on a read-only attribute (i.e. an input)