Error codes
invites.not_found
The invite token is unknown to the server, or has been revoked.
invites.not_found is returned at HTTP 404.
When this fires
The token does not match any known invite, or matches one that has been revoked. Tokens are single-use and are invalidated as soon as they are accepted or revoked.
What to do
Ask the inviting admin to send a fresh invite. Tokens are single-use and are invalidated as soon as they are accepted or revoked.
See also
- SDK reference — the Python and TypeScript SDKs raise typed exceptions for codes in this namespace.
- Error code index — every code the runtime can return.