Tawara  0.1.0
tawara::WriteError Struct Reference

A write error was encountered during a write. More...

#include <tawara/exceptions.h>

Inheritance diagram for tawara::WriteError:
Inheritance graph
[legend]
Collaboration diagram for tawara::WriteError:
Collaboration graph
[legend]

Detailed Description

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 194 of file exceptions.h.


The documentation for this struct was generated from the following file: