Skip to main content
API Reference NianticSpatial.NSDK.AR.API

VpsGraphOperationError

Error codes returned by VPS graph-based functions.

Declaration

public enum VpsGraphOperationError

Fields

NameTypeSummary
static NoGeoreferenceDataVpsGraphOperationError
Code returned when the VPS location that the device is localized to contains no nodes with georeference
data. Currently, only publicly available VPS locations have georeference data.
static NoneVpsGraphOperationError
Code returned when no error has occurred.
static NotInitializedVpsGraphOperationError
Code returned when VPS is not initialized. Make sure the subsystem has been started.
static NotLocalizedVpsGraphOperationError
Code returned when the device is not localized to any VPS location.
static NoTransformToTrackingNodeVpsGraphOperationError
Code returned when the device is not localized to a VPS location that contains the target node specified
for the graph operation.
static TargetNodeNotFoundVpsGraphOperationError
Code returned when the VPS location that the device is localized to does not contain the target node
specified for the graph operation.