Error reference / envelope-expired
This document has expired
The signing window for the whole document has passed.
| Problem type | /problems/envelope-expired |
|---|---|
| HTTP status | 410 |
| Emitted by | Signing page |
| Title values | This document has expired |
| Extra members | sender |
| Trigger | Signing page: signing window passed; request-a-new-link offered |
What happened
The document’s expiry date passed before every recipient signed. The response is HTTP 410 and carries sender, the workspace name.
What it means
This is the document’s expiry, not the link’s (token-expired covers that). The page offers “request a new link”, which tells the sender that someone still wants to sign.
What to do next
Use the request-a-new-link action, or contact the sender. Senders set a new expiry by creating a new document; an expired document is not reopened.
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/envelope-expired",
"title": "This document has expired",
"status": 410,
"instance": "/v1/...",
"docs_url": "https://docs.signenvoy.com/errors/envelope-expired",
"sender": "..."
}