pub type IOError = Error;
Type for I/O related errors. Those may occur when reading a file for parsing.
struct IOError { /* private fields */ }