Tawara  0.1.0
tawara::ReadError Struct Reference

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

#include <tawara/exceptions.h>

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

Detailed Description

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


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