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