openagentry

EMAIL · Error

E_RESEND_RATE_LIMIT

Resend API rate limit reached.

Package
@openagentry/adapter-email-resend
Category
email

— · Resolution

How to recover

Back off and retry. Inspect `error.context.retryAfter`.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_RESEND_RATE_LIMIT',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Back off and retry. Inspect `error.context.retryAfter`.',
  docs: 'https://openagentry.dev/errors/E_RESEND_RATE_LIMIT',
});

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-email-resend