# E13020 — NoNextChannel

The verification's channel plan has no further channel to advance to. Create the verification again to resend on the current channel instead.

- **HTTP status**: `422`
- **Type**: `validation_error`
- **Name**: `NoNextChannel`

## What to do

Every passcode already sent stays valid, so a code that arrives late can still be checked. If the recipient needs a fresh one, create the verification again to resend on its current channel.

Operations that resolve this:

- [Create a verification](/docs/api/reference/create-verification)

## Related

- [E13xxx — Verify](/docs/api/errors/E13xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`