error.fatal
Fired when Bluvo encounters an unrecoverable error during an operation. This is a rare event that requires attention — it indicates something failed beyond automatic retry capabilities.When this event is sent
- On-chain transaction verification times out after monitoring multiple blocks
- An internal system failure prevents completion of a critical operation
Payload
Example payload
Fields
| Field | Type | Description |
|---|---|---|
data.error.code | string | Standardized error code (e.g., WITHDRAWAL_ENRICHMENT_TIMEOUT) |
data.error.message | string | Human-readable error description |
data.error.timestamp | string | ISO 8601 timestamp of when the error occurred |
data.context.transactionId | string | undefined | Related transaction, if applicable |
data.context.walletId | string | undefined | Related wallet, if applicable |
data.context.quoteId | string | undefined | Related quote, if applicable |
data.context.exchange | string | undefined | Related exchange, if applicable |
data.context.asset | string | undefined | Related asset, if applicable |
data.context.network | string | undefined | Related network, if applicable |
The most common cause is
WITHDRAWAL_ENRICHMENT_TIMEOUT — the exchange processed the withdrawal, but on-chain confirmation was not detected within the monitoring window. The withdrawal may still complete; check the exchange and blockchain explorer directly.