Tide 0.1.0
|
A write error was encountered during a write. More...
#include <tide/exceptions.h>
A write error was encountered during a write.
This error may occur anywhere that involves writing a file or file-like stream. It most commonly indicates that there is no more space available for writing to.
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.
Definition at line 183 of file exceptions.h.