#include <userver/grpc-protovalidate/client/exceptions.hpp>
RPC failed due to validator internal errors. In most cases the reason this exception is thrown is protovalidate CEL expression errors in the proto file.
Definition at line 34 of file exceptions.hpp.
Inheritance diagram for grpc_protovalidate::client::ValidatorError:Public Member Functions | |
| ValidatorError (std::string_view call_name) | |
| RpcError (std::string_view call_name, std::string_view additional_info) | |
| const char * | what () const noexcept override |
|
explicit |
Definition at line 9 of file exceptions.cpp.