represents an error in TLV encoding or decoding More...
#include <tlv.hpp>
Public Member Functions | |
Error (const char *expectedType, uint32_t actualType) | |
represents an error in TLV encoding or decoding
Element::Error SHOULD inherit from this Error class.
ndn::tlv::Error::Error | ( | const char * | expectedType, |
uint32_t | actualType | ||
) |
Definition at line 27 of file tlv.cpp.
Referenced by ndn::tlv::readNonNegativeInteger(), ndn::tlv::readType(), and ndn::tlv::readVarNumber().