#include <userver/ugrpc/rich_status.hpp>
Contains metadata about the request for debugging and logging.
Use this detail to provide request identification information that can help with debugging and tracking requests across services.
Definition at line 272 of file rich_status.hpp.
Public Member Functions | |
| google::rpc::RequestInfo | ToGoogleErrorDetail () const & |
| google::rpc::RequestInfo | ToGoogleErrorDetail () && |
Static Public Member Functions | |
| static std::optional< RequestInfo > | TryUnpack (const google::protobuf::Any &any) |
Public Attributes | |
| std::string | request_id |
| std::string | serving_data |
| std::string ugrpc::RequestInfo::request_id |
Definition at line 273 of file rich_status.hpp.
| std::string ugrpc::RequestInfo::serving_data |
Definition at line 274 of file rich_status.hpp.