SignEnvoy docs

Error reference / not-your-turn

Not your turn to sign yet

Sequential signing has not reached this recipient.

Problem type /problems/not-your-turn
HTTP status 409
Emitted by Signing page, REST API (/v1)
Title values
It's not your turn to sign yet
Not your turn to sign yet
Trigger
REST API (/v1): sequential signing order not yet reached
Signing page: earlier signer has not finished

What happened

The document uses signing order, and a recipient earlier in the order has not finished. The response is HTTP 409.

What it means

The link is valid and will work once the earlier recipients complete. The recipient is not told who is ahead of them; the sender sees the full order on the document’s timeline.

What to do next

Wait for the earlier recipients, or, as the sender, nudge them from the dashboard. If the order itself is wrong, void the document and send a corrected one; order is fixed once sent.

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/not-your-turn",
  "title": "It's not your turn to sign yet",
  "status": 409,
  "instance": "/v1/...",
  "docs_url": "https://docs.signenvoy.com/errors/not-your-turn"
}