# InvalidNamespaceError

> **Class** in `langgraph.store`

📖 [View in docs](https://reference.langchain.com/python/langgraph.store/base/InvalidNamespaceError)

Provided namespace is invalid.

## Signature

```python
InvalidNamespaceError()
```

## Extends

- `ValueError`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/1a9baae9592e0c21336f6e09c891ba75481fd657/libs/checkpoint/langgraph/store/base/__init__.py#L541)