> 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/request-error.md).

# RequestError 异常

## 简要

该异常指示 Tencent Cloud SDK for Python 提供的通用或抽象产品客户端在请求 Tencent Cloud API 时遇到错误，这通常是由于互联网连接原因所引起的。

```python
class RequestError(ClientError)
```

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

互联网连接正常？请尝试重试几次，如果依旧遇到该问题，请向我们的问题跟踪器提交一个缺陷。

{% content-ref url="/pages/-M-UUbOcRwpeC9m3gG3H" %}
[Broken mention](broken://pages/-M-UUbOcRwpeC9m3gG3H)
{% endcontent-ref %}

## 适用于

#### Tencent Cloud SDK for Python

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