UnitySwiftKotlin←API Reference Return to API Reference index←packageNianticSpatial.NSDK.AR.Sites NianticSpatial.NSDK.AR.Sites Enum SitesError SitesErrorError codes for Sites API operations. Declaration public enum SitesError Fields NameTypeSummarystatic HttpForbiddenSitesErrorHTTP 403 Forbidden - authentication failed or insufficient permissions.static HttpNotFoundSitesErrorHTTP 404 Not Found - the requested resource was not found.static HttpServerErrorSitesErrorHTTP 5xx Server Error - server-side error occurred.static HttpTooManyRequestsSitesErrorHTTP 429 Too Many Requests - rate limit exceeded.static InvalidRequestSitesErrorThe request was invalid.static NetworkErrorSitesErrorA network error occurred during the request.static NoneSitesErrorNo error occurred.static ParseErrorSitesErrorFailed to parse the response.static UnexpectedErrorSitesErrorAn unexpected error occurred.