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

Table: ParseEventResult

ParameterTypeRequiredDefaultDescription
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: Sep 27, 2024
errorMessagestring  A potential error message.
events[ParsedEvent]yes The parsed events. Can be empty if the test was dropped by the parser or contain one or more events. See ParsedEvent.
statusParseEventStatusyes The status of parsing the test event. See ParseEventStatus.