#include <userver/ugrpc/rich_status.hpp>
Describes a single field validation error.
Definition at line 236 of file rich_status.hpp.
Public Attributes | |
| std::string | field |
| The field path (e.g., "user.email", "address.postal_code"). | |
| std::string | description |
| A description of why the field is invalid. | |
| std::string ugrpc::FieldViolation::description |
A description of why the field is invalid.
Definition at line 241 of file rich_status.hpp.
| std::string ugrpc::FieldViolation::field |
The field path (e.g., "user.email", "address.postal_code").
Definition at line 238 of file rich_status.hpp.