# DataplaneNotConfiguredError

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/sandbox/_exceptions/DataplaneNotConfiguredError)

Raised when dataplane_url is not available for the sandbox.

This occurs when the sandbox-router URL is not configured for the cluster.

## Signature

```python
DataplaneNotConfiguredError()
```

## Extends

- `SandboxClientError`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/44ce16f33ea25e65fe0e55d59e7535499238ceb6/python/langsmith/sandbox/_exceptions.py#L235)