InfoErrorNotification

Error notification. Emitted for recoverable errors in background tasks.

type: "error.info"

Discriminator for type-safe union

id: string

Unique notification identifier

error: object

Serialized error object with stack trace and metadata

message: string

Human-readable error message

backtest: boolean

Always false for error notifications (errors are from live context)