STORAGE · Error
E_VERCEL_BLOB_CONFIG_INVALID
Adapter config failed validation.
— · Resolution
How to recover
Inspect `error.context.issues`.
— · The shape
What an instance looks like
throw new AgentryError({
code: 'E_VERCEL_BLOB_CONFIG_INVALID',
phase: 'init',
message: '…contextual message…',
context: { /* adapter-specific */ },
suggestedFix: 'Inspect `error.context.issues`.',
docs: 'https://openagentry.dev/errors/E_VERCEL_BLOB_CONFIG_INVALID',
});
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
-
E_VERCEL_BLOB_INVALID_KEYObject key violates Blob naming rules. -
E_VERCEL_BLOB_NOT_FOUNDObject not found in Blob. -
E_VERCEL_BLOB_PERMISSIONBLOB_READ_WRITE_TOKEN lacks permission. -
E_VERCEL_BLOB_NETWORKNetwork failure reaching Vercel Blob. -
E_VERCEL_BLOB_UPSTREAMVercel Blob returned a non-2xx response.