openagentry

STORAGE · Error

E_VERCEL_BLOB_INVALID_KEY

Object key violates Blob naming rules.

Package
@openagentry/adapter-storage-vercel-blob
Category
storage

— · Resolution

How to recover

Avoid leading slashes, control characters, or empty path segments.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_VERCEL_BLOB_INVALID_KEY',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Avoid leading slashes, control characters, or empty path segments.',
  docs: 'https://openagentry.dev/errors/E_VERCEL_BLOB_INVALID_KEY',
});

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-storage-vercel-blob