Tide 0.1.0

tide::ReadError Struct Reference

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

#include <tide/exceptions.h>

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