We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a1efd commit 34d9bc6Copy full SHA for 34d9bc6
index.d.ts
@@ -249,7 +249,7 @@ declare namespace COS {
249
code: string,
250
/** 错误信息 */
251
message: string,
252
- /** 错误信息,可能是参数错误、客户端出错、或服务端返回的错误 */
+ /** 兼容老的错误信息字段,不建议使用,可能是参数错误、客户端出错、或服务端返回的错误 */
253
error: string | Error | { Code: string, Message: string },
254
}
255
/** 回调的错误格式,其中服务端返回错误码可查看 @see https://cloud.tencent.com/document/product/436/7730 */
0 commit comments