Tawara  0.1.0
tawara::VarIntTooBig Struct Reference

A variable-length integer is too large to be encoded. More...

#include <tawara/exceptions.h>

Inheritance diagram for tawara::VarIntTooBig:
Inheritance graph
[legend]
Collaboration diagram for tawara::VarIntTooBig:
Collaboration graph
[legend]

Detailed Description

A variable-length integer is too large to be encoded.

Encountered when encoding an integer as a variable-length integer for writing to a Tawara 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 135 of file exceptions.h.


The documentation for this struct was generated from the following file: