SignEnvoy docs

Error reference / fields-incomplete

Required fields incomplete

Completion was attempted with required fields still empty.

Problem type /problems/fields-incomplete
HTTP status 422
Emitted by Signing page
Title values
Required fields incomplete
Trigger
Signing page: complete attempted with required fields unsigned

What happened

The recipient tried to finish, but at least one required field assigned to them has no value. The response is HTTP 422 and detail names what is missing.

What it means

Nothing was completed. Required fields are set by the sender; optional fields may stay empty.

What to do next

Fill the fields detail names and complete again. The signing page highlights them.

Problem body

Every error is an RFC 9457 problem document with media type application/problem+json. The type member is the stable identifier to switch on; docs_url is this page.

{
  "type": "/problems/fields-incomplete",
  "title": "Required fields incomplete",
  "status": 422,
  "instance": "/v1/...",
  "docs_url": "https://docs.signenvoy.com/errors/fields-incomplete"
}