37 [[nodiscard]]
virtual auto to_string() const -> std::
string = 0;
Definition retry_action.hxx:25
Definition retry_request.hxx:28
auto operator=(const retry_strategy &) -> retry_strategy &=default
virtual auto retry_after(const retry_request &request, retry_reason reason) -> retry_action=0
retry_strategy(retry_strategy &&)=default
retry_strategy(const retry_strategy &)=default
virtual ~retry_strategy()=default
auto operator=(retry_strategy &&) -> retry_strategy &=default
virtual auto to_string() const -> std::string=0
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28
retry_reason
Enumeration of possible retry reasons for operations.
Definition retry_reason.hxx:28