# AstraDBError

> **Class** in `langchain_astradb`

📖 [View in docs](https://reference.langchain.com/python/langchain-astradb/utils/astradb/AstraDBError)

An exception during Astra DB- (Data API-) related operations.

This exception represents any operational exception occurring while
working with the generic set-up and/or provisioning of components backed
by Astra DB (in particular, collection creation and inspection).

## Signature

```python
AstraDBError()
```

## Extends

- `Exception`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-datastax/blob/eaefbc3d6c27b04c61676a4e0cf0604d79b059b4/libs/astradb/langchain_astradb/utils/astradb.py#L200)