Thalweg · API reference ← Main docs

Module error

Module error 

Source
Expand description

Zerobus error taxonomy and its retry / poison / fatal-config classification (blueprint §6). The classification decides the action: transient → honour backoff and retry on the existing stream (never open a new one — that is what caused the predecessor’s stream storm); poison → tear the stream down and rebuild within a bounded budget; fatal-config → fail loud, never degrade.

Enums§

ErrorClass
What a ZerobusSinkError means for recovery.
ZerobusSinkError
Everything that can go wrong in the Zerobus sink.