Skip to main content
API Reference NianticSpatial.NSDK.AR.Sites

SitesError

Error codes for Sites API operations.

Declaration

public enum SitesError

Fields

NameTypeSummary
static HttpForbiddenSitesError
HTTP 403 Forbidden - authentication failed or insufficient permissions.
static HttpNotFoundSitesError
HTTP 404 Not Found - the requested resource was not found.
static HttpServerErrorSitesError
HTTP 5xx Server Error - server-side error occurred.
static HttpTooManyRequestsSitesError
HTTP 429 Too Many Requests - rate limit exceeded.
static InvalidRequestSitesError
The request was invalid.
static NetworkErrorSitesError
A network error occurred during the request.
static NoneSitesError
No error occurred.
static ParseErrorSitesError
Failed to parse the response.
static UnexpectedErrorSitesError
An unexpected error occurred.