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

# ExistedError 异常

## 简要

该异常指示正在添加或创建的资源已存在。

例如尝试向 Proxies 实例添加重复名称的代理服务器时将引发此异常。

```python
class ExistedError(Error)
```

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

## 适用于

#### Tencent Cloud SDK for Python

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