enterprise-api

listings_invalid-state

Listing State Does Not Allow This Action

Type
https://problems.atlas.propertyfinder.com/listings-invalid-state/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The listing is in a state that does not permit this operation.

What to do

Check the listing's current state before retrying this operation.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-invalid-state/",
  "title": "Listing State Does Not Allow This Action",
  "status": 422,
  "code": "listings_invalid-state",
  "detail": "The listing is in a state that does not permit this operation."
}

Back to error catalog