API ERRORS

422 Stage gate not met

https://sealdeal.ai/errors/stage-gate-blocked

The deal cannot advance because your organization's qualification methodology has an unmet exit condition on the current stage.

Retry only after changing the request

What causes it

  • Required qualification fields for the configured framework (BANT, CHAMP, MEDDICC, MEDDPICC or SPICED) are not filled.

How to fix it

  • Fill the unmet checklist items, then retry. If the gate is advisory rather than hard, the response sets `needsOverride` and the move can be forced by someone with override permission.

Extra response fields

Carries three fields beyond the RFC 7807 base: `gate` (the unmet checklist), `gateMode` (advisory or blocking), and `needsOverride` (boolean).

Example response

HTTP/1.1 422
Content-Type: application/problem+json

{
  "type": "https://sealdeal.ai/errors/stage-gate-blocked",
  "title": "Stage gate not met",
  "status": 422,
  "detail": "..."
}

`type` is stable and safe to branch on in code. `detail` is specific to your request and is the field to read for the particulars; its wording may change.

All error types · API documentation · Integrations

Related errors: 404 Not found · 400 Bad request · 409 Conflict · 409 List has in-flight sequences