#include <userver/ugrpc/rich_status.hpp>
Provides links to documentation and help resources.
Use this detail to direct users to relevant documentation, FAQs, or support resources that can help them resolve the error.
Definition at line 332 of file rich_status.hpp.
Public Member Functions | |
| google::rpc::Help | ToGoogleErrorDetail () const & |
| google::rpc::Help | ToGoogleErrorDetail () && |
Static Public Member Functions | |
| static std::optional< Help > | TryUnpack (const google::protobuf::Any &any) |
Public Attributes | |
| std::vector< HelpLink > | links |
| The list of help links. | |
| std::vector<HelpLink> ugrpc::Help::links |
The list of help links.
Definition at line 334 of file rich_status.hpp.