Tide 0.1.0
|
A buffer was too small for the data. More...
#include <tide/exceptions.h>
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.