#include <userver/ugrpc/rich_status.hpp>
Describes a single quota violation.
Definition at line 163 of file rich_status.hpp.
Public Attributes | |
| std::string | subject |
| The subject on which the quota check failed. | |
| std::string | description |
| A description of how the quota check failed. | |
| std::string ugrpc::QuotaViolation::description |
A description of how the quota check failed.
Definition at line 170 of file rich_status.hpp.
| std::string ugrpc::QuotaViolation::subject |
The subject on which the quota check failed.
Example: "clientip:<ip address>", "project:<project id>"
Definition at line 167 of file rich_status.hpp.