tencentcloud-sdk-nodejs-teo 4.1.82 → 4.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4105,7 +4105,7 @@ export interface Task {
|
|
|
4105
4105
|
* 状态。取值有:
|
|
4106
4106
|
<li>processing:处理中;</li>
|
|
4107
4107
|
<li>success:成功;</li>
|
|
4108
|
-
<li>
|
|
4108
|
+
<li>failed:失败;</li>
|
|
4109
4109
|
<li>timeout:超时;</li>
|
|
4110
4110
|
<li>canceled:已取消。</li>
|
|
4111
4111
|
*/
|
|
@@ -4118,6 +4118,19 @@ export interface Task {
|
|
|
4118
4118
|
* 任务完成时间。
|
|
4119
4119
|
*/
|
|
4120
4120
|
UpdateTime?: string;
|
|
4121
|
+
/**
|
|
4122
|
+
* 刷新、预热失败类型。取值有:
|
|
4123
|
+
<li>taskFailed:任务失败;</li>
|
|
4124
|
+
<li>quotaExceeded:配额超限;</li>
|
|
4125
|
+
<li>downloadManifestFailed:下载描述文件失败;</li>
|
|
4126
|
+
<li>accessDenied:访问被拒绝。</li>
|
|
4127
|
+
<li>originPullFailed:回源失败。</li>
|
|
4128
|
+
*/
|
|
4129
|
+
FailType?: string;
|
|
4130
|
+
/**
|
|
4131
|
+
* 刷新、预热失败描述。
|
|
4132
|
+
*/
|
|
4133
|
+
FailMessage?: string;
|
|
4121
4134
|
}
|
|
4122
4135
|
/**
|
|
4123
4136
|
* DescribeL4ProxyRules返回参数结构体
|