tencentcloud-sdk-nodejs-cdb 4.1.95 → 4.1.102

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdb",
3
- "version": "4.1.95",
3
+ "version": "4.1.102",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -310,7 +310,7 @@ export interface CreateCdbProxyResponse {
310
310
  */
311
311
  export interface InstanceRollbackRangeTime {
312
312
  /**
313
- * 查询数据库错误码
313
+ * 查询数据库错误码。0 - 正常,1600001 - 内部错误,1600003 - 入参异常,1600009 - 实例不存在,1624001 - DB 访问异常。
314
314
  */
315
315
  Code?: number;
316
316
  /**