Represents an event that indicates a failure or exception during process execution. Errors are typically used to interrupt or redirect the flow when something goes wrong.
| Attribute | Description |
|---|---|
| Name | The name of the error. |
| Item definition | The data type of the error. |
| Error code | Identifies the error. A string value. |
| Description | A description of the error. |