Definition at line 74 of file validate.hpp.
Public Member Functions | |
| ValidationResult (ValidationError error) | |
| bool | IsSuccess () const |
| operator bool () const | |
| const ValidationError & | GetError () const & |
| ValidationError && | GetError () && |
| grpc_protovalidate::ValidationResult::ValidationResult | ( | ValidationError | error | ) |
Definition at line 101 of file validate.cpp.
| ValidationError && grpc_protovalidate::ValidationResult::GetError | ( | ) | && |
Definition at line 114 of file validate.cpp.
| const ValidationError & grpc_protovalidate::ValidationResult::GetError | ( | ) | const & |
Definition at line 107 of file validate.cpp.
| bool grpc_protovalidate::ValidationResult::IsSuccess | ( | ) | const |
Definition at line 105 of file validate.cpp.
|
inlineexplicit |
Definition at line 82 of file validate.hpp.