openagentry

WIKI · Error

E_WIKI_FS_NOT_FOUND

Wiki page not found at the requested path.

Package
@openagentry/adapter-wiki-fs
Category
wiki

— · Resolution

How to recover

Use `list()` to see available pages. Paths require `workspace/` or `project/` prefix.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_WIKI_FS_NOT_FOUND',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Use `list()` to see available pages. Paths require `workspace/` or `project/` prefix.',
  docs: 'https://openagentry.dev/errors/E_WIKI_FS_NOT_FOUND',
});

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-wiki-fs