Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + type BridgeError struct + Bridge string + Err error + Op string + Reason string + func NewBridgeError(bridge, op, reason string, err error) *BridgeError + func (e *BridgeError) Error() string + func (e *BridgeError) Unwrap() error