Skip to main content
API Reference NSDK

Vps2LocalizationError

Possible errors from VPS localization operations.

Declaration

enum Vps2LocalizationError

Cases

NameTypeSummary
case authFailureauthFailure
The API gateway rejected the request due to an authentication or authorization failure.
case badCameraAnglebadCameraAngle
The frame was rejected because the camera is pointing at the ground or sky (no horizon crossing).
case badNetworkConnectionbadNetworkConnection
The device cannot connect to the server.
case badTrackingbadTracking
The frame was rejected because tracking state is not normal.
case internalClientinternalClient
The server response could not be parsed by the client.
case internalServerinternalServer
The server encountered an internal error while processing the request.
case localizationFailedlocalizationFailed
The server processed the request but localization failed.
case noMapFoundnoMapFound
The server could not find a map near the request GPS location.
case nonenone
No error has occurred.
case permissionDeniedpermissionDenied
The server denied permission for the request.
case quotaExceededquotaExceeded
The API gateway rejected the request because the account or project quota was exceeded (HTTP 429).
case requestsLimitExceededrequestsLimitExceeded
The request rate limit has been exceeded.
case unknownunknown
An unknown error occurred.

Operators

NameTypeSummary
static func != Bool
Returns a Boolean value indicating whether two values are not equal.
Inequality is the inverse of equality. For any values a and b, a != b
implies that a == b is false.
This is the default implementation of the not-equal-to operator (!=)
for any type that conforms to Equatable.
- Parameters:
- lhs: A value to compare.
- rhs: Another value to compare.

Relationships

conforms to: Swift.Hashable
conforms to: Swift.Equatable