On this page←API Reference Return to API Reference index←packagecom.nianticspatial.nsdk.sites com.nianticspatial.nsdk.sites Enum SitesError SitesErrorError 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 NameTypeSummaryHTTP_FORBIDDENHTTP_FORBIDDENHTTP 403 Forbidden - authentication or authorization failed.HTTP_NOT_FOUNDHTTP_NOT_FOUNDHTTP 404 Not Found - the requested resource was not found.HTTP_SERVER_ERRORHTTP_SERVER_ERRORHTTP 5xx Server Error - the server encountered an error.HTTP_TOO_MANY_REQUESTSHTTP_TOO_MANY_REQUESTSHTTP 429 Too Many Requests - rate limit exceeded.INVALID_REQUESTINVALID_REQUESTThe request was invalid.NETWORK_ERRORNETWORK_ERRORA network error occurred during the request.NONENONENo error occurred.PARSE_ERRORPARSE_ERRORFailed to parse the server response.UNEXPECTED_ERRORUNEXPECTED_ERRORAn unexpected error occurred.