Skip to main content
API Reference com.nianticspatial.nsdk

VpsGraphOperationError

Error codes for VPS graph operations. These errors can occur during VPS operations that query the internal graph structure, such as converting device poses to geolocations. Each error provides specific information about why the operation failed.

Declaration

enum class VpsGraphOperationError

Properties

NameTypeSummary
valueInt
-

Cases

NameTypeSummary
NONENONE
No error occurred - the operation completed successfully.
NOT_INITIALIZEDNOT_INITIALIZED
The VPS system has not been initialized yet.
NOT_LOCALIZEDNOT_LOCALIZED
The device has not successfully localized to a VPS location.
NO_GEOREFERENCE_DATANO_GEOREFERENCE_DATA
The VPS location does not have GPS georeference data. This can occur when trying to get geolocation for private/test scans that don't have GPS coordinates associated with them.
NO_TRANSFORM_TO_TRACKING_NODENO_TRANSFORM_TO_TRACKING_NODE
No transform path exists between the requested node and the tracking node.
TARGET_NODE_NOT_FOUNDTARGET_NODE_NOT_FOUND
The requested target node was not found in the VPS graph.
UNKNOWN_ERRORUNKNOWN_ERROR
An unknown error occurred during the operation.

Relationships

implements: ErrorCodeProvider