OptionalmaxOptionalbaseBase delay in ms between retries. Default: 200
OptionalstrategyBackoff strategy:
OptionalactionsWhich actions to retry. Glob patterns supported: '', 'cart'. Default: all actions.
OptionalisReturn true if the error is retryable.
Default: BusErrors (a .code starting with 'VC_') are retried only when
the code is transient per RETRYABLE_CODES (throttled, rate-limited,
timeout, circuit-open, ...) — known-permanent codes (validation, sealed
bus, max depth, ...) stop retrying immediately instead of wasting
attempts. All other errors are always retried. (Before v1.3 the default
retried everything; behavior for plain Errors is unchanged.)
Maximum number of attempts (including the first). Default: 3