@daocloud-proto/hydra 0.5.0-dev-33 → 0.5.0-dev-35
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
CHANGED
|
@@ -30,6 +30,9 @@ export enum ErrorCode {
|
|
|
30
30
|
// EN: Requested resource conflicted error: %v
|
|
31
31
|
// ZH: 请求的资源冲突错误:%v
|
|
32
32
|
USER_CONFLICT_ERROR = "USER-CONFLICT_ERROR",
|
|
33
|
+
// EN: Failed precondition error: %v
|
|
34
|
+
// ZH: 前置条件错误:%v
|
|
35
|
+
USER_FAILED_PRECONDITION_ERROR = "USER-FAILED_PRECONDITION_ERROR",
|
|
33
36
|
// EN: out of page: %v
|
|
34
37
|
// ZH: 分页错误:%v
|
|
35
38
|
USER_OUT_OF_PAGE = "USER-OUT_OF_PAGE",
|