ParseEventResult
is a
datatype for the result of parsing a single test event.
Table: ParseEventResult
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Mar 26, 2025 | |||||
errorMessage | string | Deprecated | A potential error message. This datatype and field are deprecated. They will be removed at the earliest in version 1.183. | ||
events | [ParsedEvent ] | yes | Deprecated | The parsed events. Can be empty if the test was dropped by the parser or contain one or more events. See ParsedEvent . This datatype and field are deprecated. They will be removed at the earliest in version 1.183. | |
status | ParseEventStatus | yes | Deprecated | The status of parsing the test event. See ParseEventStatus . This datatype and field are deprecated. They will be removed at the earliest in version 1.183. |