Interface: DevToolsErrorEvent

devtools.DevToolsErrorEvent

Error event payload recorded in the DevTools ring buffer.

Table of contents

Properties

Properties

consumerName

Optional consumerName: string

Diagnostic name of associated consumer, if any.


message

message: string

Error message string.


phase

phase: string

Lifecycle phase where error occurred.


sourceLabel

Optional sourceLabel: string

Diagnostic label of associated source, if any.


timestamp

timestamp: number

Timestamp in milliseconds.


type

type: "error"

Event classification discriminator.