openagentry

DOMAIN · Error

E_NAMECHEAP_INVALID

Namecheap rejected the input shape.

Package
@openagentry/adapter-domain-namecheap
Category
domain

— · Resolution

How to recover

Check DNS record types — only A, AAAA, CNAME, TXT, MX, NS, SRV are supported.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_NAMECHEAP_INVALID',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Check DNS record types — only A, AAAA, CNAME, TXT, MX, NS, SRV are supported.',
  docs: 'https://openagentry.dev/errors/E_NAMECHEAP_INVALID',
});

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