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 2a7a393 commit 7e444b7Copy full SHA for 7e444b7
README.md
@@ -184,7 +184,7 @@ qiniu.compressImage(file, options).then(data => {
184
* message: `string` 错误的信息。
185
* stack: `string` 调用堆栈信息。
186
* `QiniuRequestError` 继承自 `QiniuError`
187
- * data: `any` 服务端返回的错误信息,如果不是一个标准的 `json` 格式,则该字段为 `undefined`。
+ * data: `any` 服务端返回的错误信息,如果不是标准的 `json` 格式,则该字段为 `undefined`。
188
* reqId: `string` xhr 请求错误的 `X-Reqid`。
189
* code: `number` 请求错误状态码,可查阅码值对应 [说明](https://developer.qiniu.com/kodo/api/3928/error-responses)。
190
* isRequestError: 固定为 `true`,*不推荐使用,即将废弃*。
0 commit comments