openagentry

DOMAIN · Error

E_NAMECHEAP_DOMAIN_NOT_FOUND

Requested domain not found in your Namecheap account.

Package
@openagentry/adapter-domain-namecheap
Category
domain

— · Resolution

How to recover

Verify the domain is registered with this account.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_NAMECHEAP_DOMAIN_NOT_FOUND',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Verify the domain is registered with this account.',
  docs: 'https://openagentry.dev/errors/E_NAMECHEAP_DOMAIN_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-domain-namecheap