@flux-control/effect-modbus-rs
    Preparing search index...

    Type Alias RetryErrorOptions

    RetryErrorOptions: boolean | RetryDelayOptions

    Per-error retry configuration.

    • false — never retry this error.
    • true — retry using the policy-level backoff curve.
    • RetryDelayOptions — retry using a curve specific to this error.