|
File IO errors.
Set of error codes returned from the calls to file IO classes. -
Enumeration values:
-
IO_OK
|
OK, no error. |
IO_END
|
Preliminary end of file. |
IO_EOF
|
End of file, no error. |
IO_ERROR_OPEN
|
Error opening file. |
IO_ERROR_WRITE
|
Error writing to a file. |
IO_ERROR_READ
|
Error reading from a file. |
IO_ERROR_FORMAT
|
Bad file format. |
|