UnitySwiftKotlin←API Reference Return to API Reference index←packageNianticSpatial.NSDK.AR.XRSubsystems NianticSpatial.NSDK.AR.XRSubsystems Enum Vps2LocalizationError Vps2LocalizationErrorPossible errors from VPS2 localization operations. Declaration public enum Vps2LocalizationError : byte Fields NameTypeSummarystatic AuthFailureVps2LocalizationErrorThe API gateway rejected the request due to an authentication or authorization failure (e.g. missing, invalid, or revoked credentials).static BadCameraAngleVps2LocalizationErrorThe frame was rejected because the camera is pointing at the ground or sky (no horizon crossing).static BadNetworkConnectionVps2LocalizationErrorThe device cannot connect to the server.static BadTrackingVps2LocalizationErrorThe frame was rejected because tracking state is not normal.static InternalClientVps2LocalizationErrorThe server sent a response that could not be parsed by the client.static InternalServerVps2LocalizationErrorThe server could not process the request due to an internal error, not due to malformed input.static LocalizationFailedVps2LocalizationErrorThe server processed the request but localization failed.static NoMapFoundVps2LocalizationErrorThe server could not find a map near the request GPS location.static NoneVps2LocalizationErrorNo error has occurred.static PermissionDeniedVps2LocalizationErrorThe server denied permission for the request.static QuotaExceededVps2LocalizationErrorThe API gateway rejected the request because the account or project quota has been exceeded (HTTP 429).static RequestsLimitExceededVps2LocalizationErrorThe request rate limit has been exceeded.static UnknownVps2LocalizationErrorError is unknown or uninitialized.
failure (e.g. missing, invalid, or revoked credentials).