package
Version:
v1.16.4
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsRetryable checks if an error can be retried.
Retry retries the provided call using exponential retries given an initial duration for up to max retries count.
func Retryable(e error) retryableErr
Retryable returns a new instance.
ErrorSet tracks a collection of unique errors.
NewErrorSet returns a new instance.
Add adds one or more errors to the set.
Error returns a new composite error or nil.
Error returns a list of unique errors or nil.
RetryFunc tracks resiliency retry calls.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.