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 tag has an invalid value. Tags must be unsigned integers between 1 and 2^29-1. Tags between 19000 and 19999 are not allowed. See https://developers.google.com/protocol-buffers/docs/proto#assigning-tags