Tide 0.1.0

tide::VarIntTooBig Struct Reference

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

#include <tide/exceptions.h>

Inheritance diagram for tide::VarIntTooBig:
Inheritance graph
[legend]
Collaboration diagram for tide::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 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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines