userver: grpc_protovalidate::client::ValidatorError Class Reference
Loading...
Searching...
No Matches
grpc_protovalidate::client::ValidatorError Class Referencefinal

#include <userver/grpc-protovalidate/client/exceptions.hpp>

Detailed Description

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
 

Constructor & Destructor Documentation

◆ ValidatorError()

grpc_protovalidate::client::ValidatorError::ValidatorError ( std::string_view call_name)
explicit

Definition at line 9 of file exceptions.cpp.


The documentation for this class was generated from the following files: