protozero 1.8.1
Minimalistic protocol buffer decoder and encoder in C++.
|
#include <exception.hpp>
Public Member Functions | |
const char * | what () const noexcept override |
Returns the explanatory string. | |
Public Member Functions inherited from protozero::exception | |
const char * | what () const noexcept override |
Returns the explanatory string. |
This exception is thrown when a length field of a packed repeated field is invalid. For fixed size types the length must be a multiple of the size of the type.