@byted-apaas/server-sdk-node 1.1.17-beta.11 → 1.1.17-beta.12

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": "@byted-apaas/server-sdk-node",
3
- "version": "1.1.17-beta.11",
3
+ "version": "1.1.17-beta.12",
4
4
  "description": "aPaaS Server SDK",
5
5
  "author": "zhouwexin <zhouwexin@bytedance.com>",
6
6
  "homepage": "",
@@ -657,7 +657,7 @@ async function oql(oql, args, namedArgs, authType) {
657
657
  }
658
658
  }
659
659
  catch (e) {
660
- if (e.msg.includes("TimeoutError")) {
660
+ if (e.message.includes("TimeoutError")) {
661
661
  throw new exceptions.CallOpenapiError(`OQL timeout, please check the query statement and the execution time of the query statement.`);
662
662
  }
663
663
  }