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