| Enumerator |
|---|
| NONE | No error.
|
| OPEN | Problems opening the file.
|
| CLOSE | Problems closing the file.
|
| READ | Problems reading the file.
|
| WRITE | Problems writing the file.
|
| SEEK | Problems seeking the file.
|
| INVALID | Invalid parameter or operation (e.g. writing in read-mode).
|
| OUTOFMEMORY | Not enough memory.
|
| USERBREAK | User break.
|
| WRONG_VALUE | Other value detected than expected.
|
| CHUNK_NUMBER | Wrong number of chunks or sub-chunks detected.
|
| VALUE_NO_CHUNK | There was a value without any enclosing START/STOP chunks.
|
| FILEEND | The file end was reached without finishing reading.
|
| UNKNOWN_VALUE | Unknown value detected.
|