> For the complete documentation index, see [llms.txt](https://smallso.gitbook.io/tencent-cloud-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smallso.gitbook.io/tencent-cloud-sdk/python-docs/other-products/exceptions/client-error.md).

# ClientError 异常

## 简要

该异常指示 Tencent Cloud SDK for Python 提供的通用或抽象产品客户端错误，与其客户端相关联的异常类型将基于此异常类型。

```python
class ClientError(Error)
```

继承：`tencent.cloud.core.errors.Error` 类

{% hint style="danger" %}
请注意，除非必要，否则直接捕获该异常或许并不是一个好主意。相反，您应该捕获您预期之内的异常并处理它。
{% endhint %}

## 适用于

#### Tencent Cloud SDK for Python

产品软件包：tencent-cloud-sdk-core >= 0.1.1
