# 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/f4a6aef74d38ee804b0d407e19359c6e45989068/libs/astradb/langchain_astradb/utils/astradb.py#L200)