Optional ReadonlybackoffOptional ReadonlyerrorsErrors to retry
A list of error strings to retry, which can be either predefined errors (for example Errors.NoChoiceMatched) or a self-defined error.
Optional ReadonlyintervalHow many seconds to wait initially before retrying
Optional ReadonlyjitterIntroduces a randomization over the retry interval.
Optional ReadonlymaxHow many times to retry this particular error.
May be 0 to disable retry for specific errors (in case you have a catch-all retry policy).
Optional ReadonlymaxMaximum limit on retry interval growth during exponential backoff.
Multiplication for how much longer the wait interval gets on every retry