# LangSmithLookupError

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/config/LangSmithLookupError)

Base class for typed LangSmith project URL lookup failures.

Concrete subclasses (`LangSmithImportError`, `LangSmithLookupTimeoutError`,
`LangSmithApiError`) let interactive callers like `/trace` show the user
the actual cause instead of collapsing every failure into a generic
"could not reach LangSmith" message.

## Signature

```python
LangSmithLookupError()
```

## Extends

- `Exception`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/config.py#L2452)