Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
命名空间和模块:tencent.cloud.core.errors
该异常类型为 Tencent Cloud SDK for Python 所有异常的基类,任何 Tencent Cloud SDK for Python 所主动引发的异常类型均基于该异常类型。
继承:Exception
类
请注意,直接捕获该异常不是一个好主意。相反,您应该捕获您预期之内的异常并处理它。
该异常类包含的可公开访问属性和属性描述如下:
属性
类型
描述
error_message
str
错误描述。
request_id
str
出错的无服务器云函数调用唯一标识符(Request ID)字符串。
产品软件包:tencent-cloud-sdk-core >= 0.1.1
命名空间和模块:tencent.cloud.core.errors
该异常指示 Tencent Cloud SDK for Python 所提供的通用或抽象产品客户端请求 Tencent Cloud API 成功,但 Tencent Cloud API 响应内容结构不符合预期。
继承:tencent.cloud.core.errors.ClientError
类
该异常类包含的可公开访问属性和属性描述如下:
属性
类型
描述
status_code
int
Tencent Cloud API 响应 HTTP 状态码。
error_message
str
Tencent Cloud API 响应 HTTP 正文。
产品软件包:tencent-cloud-sdk-core >= 0.1.1
命名空间和模块:tencent.cloud.core.errors
该异常指示 Tencent Cloud SDK for Python 所提供的通用或抽象产品客户端请求 Tencent Cloud API 成功,但 Tencent Cloud API 执行相关操作时失败。
继承:tencent.cloud.core.errors.ClientError
类
该异常类包含的可公开访问属性和属性描述如下:
属性
类型
描述
action_id
str
Tencent Cloud API 唯一标识符。
例如:DescribeZones
error_id
str
Tencent Cloud API 错误 ID。
例如:InternalError.System
error_message
str
Tencent Cloud API 错误描述正文。
request_id
str
错误的 Tencent Cloud API 请求唯一标识符字符串。
产品软件包:tencent-cloud-sdk-core >= 0.1.1
命名空间和模块:tencent.cloud.core.errors