#include <userver/ugrpc/rich_status.hpp>
Describes when the client can retry a failed request.
Definition at line 135 of file rich_status.hpp.
Public Member Functions | |
| google::rpc::RetryInfo | ToGoogleErrorDetail () const |
Static Public Member Functions | |
| static std::optional< RetryInfo > | TryUnpack (const google::protobuf::Any &any) |
Public Attributes | |
| std::chrono::nanoseconds | retry_delay |
| Clients should wait at least this long between retrying the same request. | |
| std::chrono::nanoseconds ugrpc::RetryInfo::retry_delay |
Clients should wait at least this long between retrying the same request.
Definition at line 137 of file rich_status.hpp.