ParseEventResult is a datatype for the result of parsing a single test event.

Table: ParseEventResult

ParameterTypeRequiredDefaultStabilityDescription
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
errorMessagestring  DeprecatedA potential error message. This datatype and field are deprecated. They will be removed at the earliest in version 1.183.
events[ParsedEvent]yes DeprecatedThe 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.
statusParseEventStatusyes DeprecatedThe 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.