forked from mrwill84/DOClever
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.json
More file actions
executable file
·56 lines (56 loc) · 1.28 KB
/
error.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"ok":200,
"userNotFound":1,
"userOrPwdWrong":2,
"missParam":3,
"methodNotFound":4,
"systemReason":5,
"paramWrong":6,
"userForbidden":7,
"userExits":8,
"registerFail":9,
"unknowErr":10,
"validateParamFail":11,
"paramTypeWrong":12,
"userNotLogin":13,
"projectNotFound":14,
"groupNotFound":15,
"interfaceNotFound":16,
"duplicateUser":17,
"duplicateName":18,
"interfaceChanged":19,
"questionIsEmpty":20,
"statusNotFound":21,
"testNotFound":22,
"testModuleNotFound":23,
"testGroupNotFound":24,
"userInProject":25,
"userNotInTeam":26,
"teamGroupNotEmpty":27,
"teamGroupNotFound":28,
"applyNotFound":29,
"applyAlreadyHandle":30,
"userAlreadyInTeam":31,
"projectAlreadyJoinTeam":32,
"teamNotFound":33,
"versionNotFound":34,
"versionInvalidate":35,
"pollNotFound":36,
"articleNotFound":37,
"userNotInProject":38,
"interfaceDuplicate":39,
"adminNotFound":40,
"passwordWrong":41,
"templateNotFound":42,
"exampleNotFound":43,
"registerForbidden":44,
"docProjectNotFound":45,
"docGroupNotFound":46,
"docNotFound":47,
"userAlreadyInDoc":48,
"userNotInDoc":49,
"userAlreadyInTest":50,
"userNotInTest":51,
"testProjectNotFound":46,
"testCollectionNotFound":47
}