ErrorEvent
Encapsulates sub-events that represent the start and end of an error condition.
Properties¶
| Property | Type | Description |
|---|---|---|
endError? |
ErrorEndEvent |
If present, indicates the end of an error condition. |
errorId |
string |
An identifier for the error. |
startError? |
ErrorStartEvent |
If present, indicates the start of an error condition. |