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

Vps2LocalizationError

Possible errors from VPS2 localization operations.

Declaration

public enum Vps2LocalizationError : byte

Fields

NameTypeSummary
static AuthFailureVps2LocalizationError
The API gateway rejected the request due to an authentication or authorization
failure (e.g. missing, invalid, or revoked credentials).
static BadCameraAngleVps2LocalizationError
The frame was rejected because the camera is pointing at the ground or sky
(no horizon crossing).
static BadNetworkConnectionVps2LocalizationError
The device cannot connect to the server.
static BadTrackingVps2LocalizationError
The frame was rejected because tracking state is not normal.
static InternalClientVps2LocalizationError
The server sent a response that could not be parsed by the client.
static InternalServerVps2LocalizationError
The server could not process the request due to an internal error,
not due to malformed input.
static LocalizationFailedVps2LocalizationError
The server processed the request but localization failed.
static NoMapFoundVps2LocalizationError
The server could not find a map near the request GPS location.
static NoneVps2LocalizationError
No error has occurred.
static PermissionDeniedVps2LocalizationError
The server denied permission for the request.
static QuotaExceededVps2LocalizationError
The API gateway rejected the request because the account or project quota
has been exceeded (HTTP 429).
static RequestsLimitExceededVps2LocalizationError
The request rate limit has been exceeded.
static UnknownVps2LocalizationError
Error is unknown or uninitialized.