interface OperationErrorEvent
extends DiagnosticEvent
Event emitted when an operation encounters an error
operation: string
Operation name
errorType: string
Error name/type
errorMessage: string
Error message
optional
stack: string
Error stack trace (if available)
optional
durationMs: number
Duration before error in milliseconds