errorcode-router.md 1.2 KB
Newer Older
Z
zhaoxinyu 已提交
1 2 3 4
# 页面路由错误码

## 100001 内部错误

5
**错误信息**
Z
zhaoxinyu 已提交
6 7 8

Internal error.

9
**错误描述**
Z
zhaoxinyu 已提交
10 11 12

当出现了开发者解决不了的内部异常错误,系统会产生此错误码,并描述具体是哪种内部错误。

13
**可能原因**
Z
zhaoxinyu 已提交
14 15 16

未成功获取渲染引擎,解析参数失败等。

17
**处理步骤**
Z
zhaoxinyu 已提交
18 19 20 21 22

NA

## 100002 路由输入的uri错误

23
错误信息
Z
zhaoxinyu 已提交
24 25 26

Uri error. The uri of router is not exist.

27
**错误描述**
Z
zhaoxinyu 已提交
28 29 30

当跳转页面输入的uri错误或者不存在,系统会产生此错误码。

31
**可能原因**
Z
zhaoxinyu 已提交
32 33 34

输入的路由uri错误或者不存在。

35
**处理步骤**
Z
zhaoxinyu 已提交
36 37 38 39 40

请检查输入的路由uri是否正确。

## 100003 路由压入的page过多

41
**错误信息**
Z
zhaoxinyu 已提交
42 43 44

Page stack error. The pages are pushed too much.

45
**错误描述**
Z
zhaoxinyu 已提交
46 47 48

当跳转页面压入页面数超过32,系统会产生此错误码。

49
**可能原因**
Z
zhaoxinyu 已提交
50 51 52

压入pages过多。

53
**处理步骤**
Z
zhaoxinyu 已提交
54 55 56 57 58

请清除多余或无效的页面。

## 200002 路由输入的uri错误

59
**错误信息**
Z
zhaoxinyu 已提交
60 61 62

Uri error. The uri of router is not exist.

63
**错误描述**
Z
zhaoxinyu 已提交
64 65 66

当替换页面输入的uri错误或不存在,系统会产生此错误码。

67
**可能原因**
Z
zhaoxinyu 已提交
68 69 70

输入的路由uri错误或不存在。

71
**处理步骤**
Z
zhaoxinyu 已提交
72 73

请检查输入的路由uri是否正确。