openagentry

HOST · Error

E_VERCEL_NOT_FOUND

Vercel project, deployment, or domain not found.

Package
@openagentry/adapter-host-vercel
Category
host

— · Resolution

How to recover

Verify the resource exists in the Vercel dashboard.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_VERCEL_NOT_FOUND',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Verify the resource exists in the Vercel dashboard.',
  docs: 'https://openagentry.dev/errors/E_VERCEL_NOT_FOUND',
});

The context field carries adapter-specific detail (HTTP status, missing env-var names, validation issues). It never contains secret values.


— · See also

Related codes from @openagentry/adapter-host-vercel