enterprise-api

common_http_422-unprocessable-entity

Unprocessable Entity

Type
https://problems.atlas.propertyfinder.com/common-http-422-unprocessable-entity/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The request was well-formed but was unable to be followed due to semantic errors.

What to do

See the errors array for the fields that failed validation.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/common-http-422-unprocessable-entity/",
  "title": "Unprocessable Entity",
  "status": 422,
  "code": "common_http_422-unprocessable-entity",
  "detail": "The request was well-formed but was unable to be followed due to semantic errors."
}

Back to error catalog