SoLDMDataAccessErrorValues Enumeration |
Error Code values.
Namespace: OIV.LDM
Member name | Value | Description | |
---|---|---|---|
CORRECT | 0 | Request was successfully completed. | |
INCORRECT_RESOLUTION | 1 | The specified resolution is lower than the lowest resolution level of the data. | |
INCORRECT_SUBVOLUME | 2 | The specified subvolume does not intersect the data volume. | |
INCORRECT_LINE | 3 | The specified line does not intersect the specified subvolume. | |
INCORRECT_POLYLINE | 4 | The specified polyline does not intersect the specified subvolume. | |
INCORRECT_PLANE | 5 | The specified plane does not intersect the specified subvolume. | |
INCORRECT_POSITION | 6 | The specified position is outside the specified subvolume. | |
INCORRECT_COORDINATE | 7 | The trace at the specified coordinate does not intersect the specified subvolume. | |
MEMORY_FULL | 8 | No more memory is available. | |
REQUEST_NOT_COMPLETED | 9 | Requesting data from an unfinished asynchronous request. | |
REQUEST_NOT_FOUND | 10 | Request is unknown. | |
INCORRECT_BUFFER | 11 | Application buffer to copy data into is invalid. Most common cases are :
|