openagentry

HOST · Error

E_CF_NETWORK

Network failure reaching Cloudflare.

Package
@openagentry/adapter-host-cloudflare
Category
host

— · Resolution

How to recover

Retry. Check connectivity to api.cloudflare.com.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_CF_NETWORK',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Retry. Check connectivity to api.cloudflare.com.',
  docs: 'https://openagentry.dev/errors/E_CF_NETWORK',
});

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-cloudflare