> 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/class-and-method/error-manager/clear-all-handler.md).

# clear\_all\_handler 方法

## 简要

将错误管理器中已添加的错误处理器回调函数全部移除。

```python
def clear_all_handler(self)
```

## 参数

该方法没有参数。

## 返回值

该方法没有返回值。

## 异常

该方法不会主动引发任何异常。

## 示例

接下来我们将通过一段 Python 代码向您演示如何使用该方法：

```python
function_client.error_manager.clear_all_handler()
```

## 适用于

#### Tencent Cloud SDK for Python

基础软件包：tencent-cloud-sdk-core >= 0.1.2
