enterprise-api

listings_field-constraint-violated

Field Value Invalid

Type
https://problems.atlas.propertyfinder.com/listings-field-constraint-violated/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
A field value does not satisfy the constraints for this listing. See the errors array for details.

What to do

Correct the field values flagged in the errors array.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-field-constraint-violated/",
  "title": "Field Value Invalid",
  "status": 422,
  "code": "listings_field-constraint-violated",
  "detail": "A field value does not satisfy the constraints for this listing. See the errors array for details."
}

Back to error catalog