Tide 0.1.0

tide::WriteError Struct Reference

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

#include <tide/exceptions.h>

Inheritance diagram for tide::WriteError:
Inheritance graph
[legend]
Collaboration diagram for tide::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 183 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