diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000000000000000000000000000000000000..94a25f7f4cb416c083d265558da75d457237d671
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000000000000000000000000000000000000..62e727760e7eabc3ecd0145b649885cbe36f84d5
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1665538843678
+
+
+ 1665538843678
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md b/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md
index dc358ae8066507dc2b8e6d368aa28604e3befc57..b4deb99c4328c4e234b1e7a18d014e77da402a6c 100644
--- a/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md
+++ b/zh-cn/application-dev/reference/errorcodes/errorcode-datashare.md
@@ -2,21 +2,20 @@
## 15700010 创建DataShareHelper异常
-### 错误信息
+**错误信息**
The dataShareHelper is not initialized successfully.
-### 错误描述
+**错误描述**
创建DataShareHelper工具类异常时,系统会产生此错误码。
-### 可能原因
+**可能原因**
-1. AMS初始化失败,远程服务端未连接。
-2. uri路径不正确。
-3. context上下文环境不正确。
+1. 创建DataShareHelper时,接口createDataHelper的入参uri不正确。
+2. 创建DataShareHelper时,接口createDataHelper的入参context不正确。
-### 处理步骤
+**处理步骤**
-1. 咨询dataShare服务端提供者,并获取正确的uri路径。
-2. 检查context,查看token是否正确。
\ No newline at end of file
+1. 咨询DataShare服务端提供者,获取正确的uri路径。
+2. DataShare仅支持Stage模型,检查context是否为Stage模型的context。
\ No newline at end of file