> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vendo.run/llms.txt
> Use this file to discover all available pages before exploring further.

# E-AUTH-002

> Retired: doctor no longer runs the present-credential probe, so it cannot be unreachable.

```text retired theme={null}
E-AUTH-002 — retired, doctor no longer emits this code
```

`error_code: E-AUTH-002` · `status: retired`

## What you're seeing

Nothing: `npx vendo doctor` cannot print this code anymore. You are reading
it from an older run's output, or a saved report.

## Why

This code fired when the POST to `<base>/doctor/present` threw instead of
answering. Doctor sends no requests now, so there is no probe to fail.

## The fix

Nothing to do.

## Related errors

* [E-AUTH-001](/production/troubleshooting/e-auth-001) — the same probe's real failure, also retired, with a by-hand check
* [E-CFG-003](/production/troubleshooting/e-cfg-003) — the `VENDO_BASE_URL` check doctor still runs
