openagentry

REPO · Error

E_GITHUB_INVALID

GitHub rejected the input shape.

Package
@openagentry/adapter-repo-github
Category
repo

— · Resolution

How to recover

Inspect `error.context` for the validation message.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_GITHUB_INVALID',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Inspect `error.context` for the validation message.',
  docs: 'https://openagentry.dev/errors/E_GITHUB_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-repo-github