openagentry

DOMAIN · Error

E_NAMECHEAP_AUTH

Namecheap credentials missing or rejected.

Package
@openagentry/adapter-domain-namecheap
Category
domain

— · Resolution

How to recover

Set NAMECHEAP_API_USER, NAMECHEAP_API_KEY, NAMECHEAP_USERNAME, NAMECHEAP_CLIENT_IP.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_NAMECHEAP_AUTH',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Set NAMECHEAP_API_USER, NAMECHEAP_API_KEY, NAMECHEAP_USERNAME, NAMECHEAP_CLIENT_IP.',
  docs: 'https://openagentry.dev/errors/E_NAMECHEAP_AUTH',
});

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