LLM · Error
E_OPENROUTER_NETWORK
Network failure reaching OpenRouter.
— · Resolution
How to recover
Retry.
— · The shape
What an instance looks like
throw new AgentryError({
code: 'E_OPENROUTER_NETWORK',
phase: 'init',
message: '…contextual message…',
context: { /* adapter-specific */ },
suggestedFix: 'Retry.',
docs: 'https://openagentry.dev/errors/E_OPENROUTER_NETWORK',
});
The context field carries adapter-specific
detail (HTTP status, missing env-var names, validation issues). It
never contains secret values.
— · See also