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

# ActionError 异常

## 简要

该异常指示 Tencent Cloud SDK for Python 所提供的通用或抽象产品客户端请求 Tencent Cloud API 成功，但 Tencent Cloud API 执行相关操作时失败。

```python
class ActionError(ClientError)
```

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

## 属性

该异常类包含的可公开访问属性和属性描述如下：

| 属性             | 类型  | 描述                                                                         |
| -------------- | --- | -------------------------------------------------------------------------- |
| action\_id     | str | <p>Tencent Cloud API 唯一标识符。</p><p>例如：<code>DescribeZones</code></p>        |
| error\_id      | str | <p>Tencent Cloud API 错误 ID。</p><p>例如：<code>InternalError.System</code></p> |
| error\_message | str | Tencent Cloud API 错误描述正文。                                                  |
| request\_id    | str | 错误的 Tencent Cloud API 请求唯一标识符字符串。                                          |

## 适用于

#### Tencent Cloud SDK for Python

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