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

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

Detailed Description

RPC failed due to violations in the request protovalidate constraints.

Definition at line 48 of file exceptions.hpp.

+ Inheritance diagram for grpc_protovalidate::client::RequestError:

Public Member Functions

 RequestError (std::string_view call_name, buf::validate::ValidationResult result)
 
const buf::validate::ValidationResult & GetErrorInfo () const
 
 RpcError (std::string_view call_name, std::string_view additional_info)
 
const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ RequestError()

grpc_protovalidate::client::RequestError::RequestError ( std::string_view call_name,
buf::validate::ValidationResult result )

Definition at line 32 of file exceptions.cpp.

Member Function Documentation

◆ GetErrorInfo()

const buf::validate::ValidationResult & grpc_protovalidate::client::MessageError::GetErrorInfo ( ) const
inherited

Definition at line 22 of file exceptions.cpp.


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