| SoVolumeReaderReadErrors Enumeration | 
Read error.
Namespace: OIV.LDM.Readers
| Member name | Value | Description | |
|---|---|---|---|
| RD_NO_ERROR | 0 | No error.  | |
| RD_FILE_NOT_FOUND_ERROR | 1 | The data file is not found.  | |
| RD_INVALID_DATA_ERROR | 2 | Invalid data.  | |
| RD_UNSUPPORTED_DATA_TYPE_ERROR | 3 | Unsupported data type (but the data is valid).  | |
| RD_FILE_FORMAT_NOT_VALID_ERROR | 4 | Some error were detected in the file making it impossible to read.  | |
| RD_UNKNOWN_ERROR | 5 | Unknown error.  |