Click or drag to resize
SoLDMDataAccessErrorValues Enumeration

Error Code values.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ErrorValues
Members
  Member nameValueDescription
CORRECT0

Request was successfully completed.

INCORRECT_RESOLUTION1

The specified resolution is lower than the lowest resolution level of the data.

INCORRECT_SUBVOLUME2

The specified subvolume does not intersect the data volume.

INCORRECT_LINE3

The specified line does not intersect the specified subvolume.

INCORRECT_POLYLINE4

The specified polyline does not intersect the specified subvolume.

INCORRECT_PLANE5

The specified plane does not intersect the specified subvolume.

INCORRECT_POSITION6

The specified position is outside the specified subvolume.

INCORRECT_COORDINATE7

The trace at the specified coordinate does not intersect the specified subvolume.

MEMORY_FULL8

No more memory is available.

REQUEST_NOT_COMPLETED9

Requesting data from an unfinished asynchronous request.

REQUEST_NOT_FOUND10

Request is unknown.

INCORRECT_BUFFER11

Application buffer to copy data into is invalid.

Most common cases are :

  • buffer size does not take in account the datasize

  • request size parameter is inclusive and app forget to remove (1,1,1) to it.

Remarks
See Also