Tide 0.1.0
|
A read error was encountered during a read. More...
#include <tide/exceptions.h>
A read error was encountered during a read.
This error may occur anywhere that involves reading a file or file-like stream. It most commonly indicates an end-of-file error, i.e. a truncated file.
The err_name tag may be included to indicate the name of the file.
The err_pos tag may be included to indicate where in the file the error occured.
The err_reqsize tag may be included to indicate the size of the read that was attempted.
Definition at line 170 of file exceptions.h.