Tide 0.1.0

tide::BufferTooSmall Struct Reference

A buffer was too small for the data. More...

#include <tide/exceptions.h>

Inheritance diagram for tide::BufferTooSmall:
Inheritance graph
[legend]
Collaboration diagram for tide::BufferTooSmall:
Collaboration graph
[legend]

Detailed Description

A buffer was too small for the data.

Encountered in any situation where data will be written to a buffer. For example, attempting to write a large variable-length integer to a buffer too small to hold all the bytes will trigger this error.

The err_bufsize tag may be included to indicate the size of the buffer.

The err_reqsize tag may be included to indicate the required size.

Definition at line 154 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