Skip to main content
API Reference com.nianticspatial.nsdk.sites

SitesError

Error codes that can occur during Sites Manager operations. These errors indicate various failure conditions when communicating with the Sites Manager service.

Declaration

enum class SitesError

Cases

NameTypeSummary
HTTP_FORBIDDENHTTP_FORBIDDEN
HTTP 403 Forbidden - authentication or authorization failed.
HTTP_NOT_FOUNDHTTP_NOT_FOUND
HTTP 404 Not Found - the requested resource was not found.
HTTP_SERVER_ERRORHTTP_SERVER_ERROR
HTTP 5xx Server Error - the server encountered an error.
HTTP_TOO_MANY_REQUESTSHTTP_TOO_MANY_REQUESTS
HTTP 429 Too Many Requests - rate limit exceeded.
INVALID_REQUESTINVALID_REQUEST
The request was invalid.
NETWORK_ERRORNETWORK_ERROR
A network error occurred during the request.
NONENONE
No error occurred.
PARSE_ERRORPARSE_ERROR
Failed to parse the server response.
UNEXPECTED_ERRORUNEXPECTED_ERROR
An unexpected error occurred.

ON THIS PAGE