Interface: ErrorEvent
Defined in: packages/core/src/observability/DebugObserver.ts:107
Emitted when an unhandled error occurs in the pipeline. This captures exceptions — not validation errors (those are in ValidateEvent).
Properties
action
readonly action: string;Defined in: packages/core/src/observability/DebugObserver.ts:110
error
readonly error: string;Defined in: packages/core/src/observability/DebugObserver.ts:111
step
readonly step: "middleware" | "route" | "validate" | "execute";Defined in: packages/core/src/observability/DebugObserver.ts:113
The pipeline step where the error occurred
timestamp
readonly timestamp: number;Defined in: packages/core/src/observability/DebugObserver.ts:116
tool
readonly tool: string;Defined in: packages/core/src/observability/DebugObserver.ts:109
traceId?
readonly optional traceId: string;Defined in: packages/core/src/observability/DebugObserver.ts:115
Short hex trace ID for correlating events in the same request lifecycle
type
readonly type: "error";Defined in: packages/core/src/observability/DebugObserver.ts:108