error
Represents an Error.
| CLASS | DESCRIPTION |
|---|---|
Error |
An Error represents the content of an Error Event or the Fault of a failed Operation. |
Classes¶
Error
dataclass
¶
Error(
*,
id: Optional[str] = None,
documentation: list[Documentation] = list(),
extension_elements: Optional[ExtensionElements] = None,
name: Optional[str] = None,
error_code: Optional[str] = None,
structure_ref: Optional[str] = None
)
Bases: RootElement
An Error represents the content of an Error Event or the Fault of a failed Operation.