Interface EdgeError

An error that occurred while traversing an edge. Most runtime and user errors occur here

Hierarchy

Properties

Properties

duration?: number

How long the event took when applicable

err: Error

Standard error

id: string

Unique ID of the event

nodeId?: string

The node the error occured on

time: number

The time the event occurred on

Generated using TypeDoc