#include <ndn-cxx/security/validator-config/checker.hpp>
Definition at line 39 of file checker.hpp.
◆ getErrorMessage()
const std::string& ndn::security::validator_config::Checker::Result::getErrorMessage |
( |
| ) |
const |
|
inline |
Return checker error message.
- Precondition
- !bool(*this)
Definition at line 57 of file checker.hpp.
◆ operator bool()
ndn::security::validator_config::Checker::Result::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Return true if the check matches, false otherwise.
- Return values
-
false | packet does not pass the checker. |
true | packet passes the checker. Further verification may be needed. |
Definition at line 47 of file checker.hpp.