RetryAsyncContext
Specifies the behaviour of the retry mechanism in an asynchronous context.
See also
Inheritors
Functions
Link copied to clipboard
Handles an error that occurred during the asynchronous operation execution. Such handling may include deciding whether to retry the operation or ignore the error and complete the operation. This method might propagate the error if retrying is no longer possible (e.g., the maximum number of attempts was reached), and the caller did not specify a custom error handler.