enterprise-api

common_http_404-not-found

Not Found

Type
https://problems.atlas.propertyfinder.com/common-http-404-not-found/
HTTP status
404 Not Found
Retryable
No
Detail
The requested resource could not be found.

What to do

Verify the resource identifier in the request path.

Example response

An HTTP 404 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/common-http-404-not-found/",
  "title": "Not Found",
  "status": 404,
  "code": "common_http_404-not-found",
  "detail": "The requested resource could not be found."
}

Back to error catalog