@daocloud-proto/hydra 0.11.0-dev-20 → 0.11.0-dev-21
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/common/errorcode.ts +2 -2
- package/package.json +1 -1
package/common/errorcode.ts
CHANGED
|
@@ -39,8 +39,8 @@ export enum ErrorCode {
|
|
|
39
39
|
// EN: out of page: %v
|
|
40
40
|
// ZH: 分页错误:%v
|
|
41
41
|
USER_OUT_OF_PAGE = "USER-OUT_OF_PAGE",
|
|
42
|
-
// EN: permission denied
|
|
43
|
-
// ZH:
|
|
42
|
+
// EN: permission denied: %v
|
|
43
|
+
// ZH: 拒绝访问:%v
|
|
44
44
|
USER_PERMISSION_DENIED = "USER-PERMISSION_DENIED",
|
|
45
45
|
// EN: unauthorized request
|
|
46
46
|
// ZH: 未授权的请求
|