Mercurial > hg > Members > kono > nitros9-code
comparison level1/sys/errmsg @ 106:1db3e85d5133
SYS files for Level 1
author | boisy |
---|---|
date | Sat, 06 Jul 2002 15:27:58 +0000 |
parents | |
children | 1409b917eb52 |
comparison
equal
deleted
inserted
replaced
105:1e235d56f59a | 106:1db3e85d5133 |
---|---|
1 200 - Path Table Full | |
2 201 - Illegal Path Number | |
3 202 - Interrupt Polling Table Full | |
4 203 - Illegal Mode | |
5 204 - Device Table Full | |
6 205 - Illegal Module Header | |
7 206 - Module Directory Full | |
8 207 - Memory Full | |
9 208 - Illegal Service Request | |
10 209 - Module Busy | |
11 210 - Boundary Error | |
12 211 - End of File | |
13 212 - Returning non-allocated memory | |
14 213 - Non-existing Segment | |
15 214 - No Permission | |
16 215 - Bad Path Name | |
17 216 - Path Name Not Found | |
18 217 - Segment List Full | |
19 218 - File Already Exists | |
20 219 - Illegal Block Address | |
21 220 - Phone Hangup-Data Carrier Detect lost | |
22 221 - Module Not Found | |
23 223 - Suicide Attempt | |
24 224 - Illegal Process Number | |
25 226 - No Children | |
26 227 - Illegal SWI Code | |
27 228 - Process Aborted | |
28 229 - Process Table Full | |
29 230 - Illegal Parameter Area | |
30 231 - Known module | |
31 232 - Incorrect Module CRC | |
32 233 - Signal Error | |
33 234 - Non-existent Module | |
34 235 - Bad Name | |
35 237 - RAM Full | |
36 238 - Unknown Process ID | |
37 239 - No task number available | |
38 240 - Unit Error | |
39 241 - Sector Error | |
40 242 - Write Protect | |
41 243 - CRC Error | |
42 244 - Read Error | |
43 245 - Write Error | |
44 246 - Not Ready | |
45 247 - Seek Error | |
46 248 - Media Full | |
47 249 - Wrong Type | |
48 250 - Device Busy | |
49 251 - Disk ID Change | |
50 252 - Record is locked-out | |
51 253 - Non-sharable file busy | |
52 1 - Unconditional Abort | |
53 2 - Keyboard Abort | |
54 3 - Keyboard Interrupt | |
55 10 -- Unrecognized Symbol | |
56 11 -- Excessive Verbage | |
57 12 -- Illegal Statement Construction | |
58 13 -- I-code Overflow | |
59 14 -- Illegal Channel Reference | |
60 15 -- Illegal Mode (read/write/update) | |
61 16 -- Illegal Number | |
62 17 -- Illegal Prefix | |
63 18 -- Illegal Operand | |
64 19 -- Illegal Operator | |
65 20 -- Illegal Record Field Name | |
66 21 -- Illegal Dimension | |
67 22 -- Illegal Literal | |
68 23 -- Illegal Relational | |
69 24 -- Illegal Type Suffix | |
70 25 -- Too-large Dimension | |
71 26 -- Too-large Line Number | |
72 27 -- Missing Assignment Statement | |
73 28 -- Missing Path Number | |
74 29 -- Missing Comma | |
75 30 -- Missing Dimension | |
76 31 -- Missing DO Statement | |
77 32 -- Memory Full | |
78 33 -- Missing GOTO | |
79 34 -- Missing Left Parenthesis | |
80 35 -- Missing Line Reference | |
81 36 -- Missing Operand | |
82 37 -- Missing Right Parenthesis | |
83 38 -- Missing THEN statement | |
84 39 -- Missing TO | |
85 40 -- Missing Variable Reference | |
86 41 -- No Ending Quote | |
87 42 -- Too Many Subscripts | |
88 43 -- Unknown Procedure | |
89 44 -- Multiply-defined Procedure | |
90 45 -- Divide by Zero | |
91 46 -- Operand Type Mismatch | |
92 47 -- String Stack Overflow | |
93 48 -- Unimplemented Routine | |
94 49 -- Undefined Variable | |
95 50 -- Floating Overflow | |
96 51 -- Line with Compiler Error | |
97 52 -- Value out of Range for Destination | |
98 53 -- Subroutine Stack Overflow | |
99 54 -- Subroutine Stack Underflow | |
100 55 -- Subscript out of Range | |
101 56 -- Parameter Error | |
102 57 -- System Stack Overflow | |
103 58 -- I/O Type Mismatch | |
104 59 -- I/O Numeric Input Format Bad | |
105 60 -- I/O Conversion: Number out of Range | |
106 61 -- Illegal Input Format | |
107 62 -- I/O Format Repeat Error | |
108 63 -- I/O Format Syntax Error | |
109 64 -- Illegal Path Number | |
110 65 -- Wrong Number of Subscripts | |
111 66 -- Non-record-type Operand | |
112 67 -- Illegal Argument | |
113 68 -- Illegal Control Structure | |
114 69 -- Unmatched Control Structure | |
115 70 -- Illegal FOR Variable | |
116 71 -- Illegal Expression Type | |
117 72 -- Illegal Declarative Statement | |
118 73 -- Array Size Overflow | |
119 74 -- Undefined Line Number | |
120 75 -- Multiply-defined Line Number | |
121 76 -- Multiply-defined Variable | |
122 77 -- Illegal Input Variable | |
123 78 -- Seek Out of Range | |
124 78 -- Seek Out of Range | |
125 79 -- Missing Data Statement | |
126 |