DB · Error
E_NEON_NOT_FOUND
A Neon project, branch, or database was not found.
— · Resolution
How to recover
Check that the resource still exists in your Neon project.
— · The shape
What an instance looks like
throw new AgentryError({
code: 'E_NEON_NOT_FOUND',
phase: 'init',
message: '…contextual message…',
context: { /* adapter-specific */ },
suggestedFix: 'Check that the resource still exists in your Neon project.',
docs: 'https://openagentry.dev/errors/E_NEON_NOT_FOUND',
});
The context field carries adapter-specific
detail (HTTP status, missing env-var names, validation issues). It
never contains secret values.
— · See also