RPC failed due to violations in the response protovalidate constraints.
Definition at line 24 of file exceptions.hpp.
Public Member Functions | |
ResponseError (std::string_view call_name, buf::validate::ValidationResult result) | |
const buf::validate::ValidationResult & | GetErrorInfo () const |
const char * | what () const noexcept override |
grpc_protovalidate::client::ResponseError::ResponseError | ( | std::string_view | call_name, |
buf::validate::ValidationResult | result ) |
Definition at line 12 of file exceptions.cpp.
const buf::validate::ValidationResult & grpc_protovalidate::client::ResponseError::GetErrorInfo | ( | ) | const |
Definition at line 19 of file exceptions.cpp.