-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathErrorStrings.json
More file actions
30 lines (21 loc) · 862 Bytes
/
ErrorStrings.json
File metadata and controls
30 lines (21 loc) · 862 Bytes
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
{
"210": "Method Name Doesn’t Match",
"220": "Method Return Type Doesn’t Match",
"222": "Method Return Type Not found",
"230": "Method Parameters Don’t Match in Number",
"231": "Method Parameters Don’t Match in Type",
"240": "Method Access Modifier Don’t Match",
"241": "Method Access Modifier Don’t Match",
"250": "Method Other Modifier Don’t Match",
"251": "Method Other Modifier Don’t Match",
"260": "Method Annotations Don’t Match ",
"261": "No Annotations Found",
"270": "Method Doesn't Obey Method Call rules",
"275": "Method wasn't called'",
"280": "Built in Method Rules dont match",
"271": "Method Doesn't Obey Method Call rules",
"272": "Required Method Call not found",
"273": "Forbidden Method Call found",
"290": "Method - Construct Not found",
"291": "Method - Constructs rules Don't Match'"
}