| FILEERROR_NONE |
No error. |
| FILEERROR_OPEN |
Problems opening the file. |
| FILEERROR_CLOSE |
Problems closing the file. |
| FILEERROR_READ |
Problems reading the file. |
| FILEERROR_WRITE |
Problems writing the file. |
| FILEERROR_SEEK |
Problems seeking the file. |
| FILEERROR_INVALID |
Invalid parameter or operation (e.g. writing in read-mode). |
| FILEERROR_MEMORY |
Not enough memory. |
| FILEERROR_USERBREAK |
User break. |
| FILEERROR_WRONG_VALUE |
Other value detected than expected. |
| FILEERROR_CHUNK_NUMBER |
Wrong number of chunks or sub-chunks detected. |
| FILEERROR_VALUE_NO_CHUNK |
There was a value without any enclosing start/stop chunks. |
| FILEERROR_FILE_END |
The file end was reached without finishing reading. |
| FILEERROR_UNKNOWN_VALUE |
Unknown value detected. |