#include <userver/ugrpc/rich_status.hpp>
Provides debugging information such as stack traces.
Definition at line 150 of file rich_status.hpp.
Public Member Functions | |
| google::rpc::DebugInfo | ToGoogleErrorDetail () const & |
| google::rpc::DebugInfo | ToGoogleErrorDetail () && |
Static Public Member Functions | |
| static std::optional< DebugInfo > | TryUnpack (const google::protobuf::Any &any) |
Public Attributes | |
| std::vector< std::string > | stack_entries |
| std::vector<std::string> ugrpc::DebugInfo::stack_entries |
Definition at line 151 of file rich_status.hpp.