enterprise-api

verification_unable-to-process-document

Unable To Process Document

Type
https://problems.atlas.propertyfinder.com/verification-unable-to-process-document/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
One or more submitted documents could not be retrieved or processed.

What to do

Check that each document URL is publicly reachable without authentication and resolves to the intended document, then retry the submission.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/verification-unable-to-process-document/",
  "title": "Unable To Process Document",
  "status": 422,
  "code": "verification_unable-to-process-document",
  "detail": "One or more submitted documents could not be retrieved or processed."
}

Back to error catalog