Base class of transformation error. More...
#include <ndn-cxx/security/transform/transform-base.hpp>
Public Member Functions | |
Error (size_t index, const std::string &what) | |
size_t | getIndex () const |
Base class of transformation error.
Definition at line 49 of file transform-base.hpp.
ndn::security::transform::Error::Error | ( | size_t | index, |
const std::string & | what | ||
) |
Definition at line 28 of file transform-base.cpp.
|
inline |
Definition at line 55 of file transform-base.hpp.