Tide 0.1.0
|
A variable-length integer is too large to be encoded. More...
#include <tide/exceptions.h>
A variable-length integer is too large to be encoded.
Encountered when encoding an integer as a variable-length integer for writing to a Tide object. The maximum allowable size of a variable-length integer is given in the EBML specification.
The err_varint tag will often be included, indicating the value that was attempted to be encoded.
The err_bufsize tag may be included to indicate the size of a buffer that the variable-length integer was to be written to.
Definition at line 124 of file exceptions.h.