Error Codes

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

 see also: Error Codes by number
 
 
205 ARG COUNT ERR Parameters do not match
215 BAD ARRAY SIZE  
208 BAD ASSIGNMENT Attempt to assign a value to a procedure/function parameter (these are readonly)
219 BAD CHARACTER  
216 BAD DECLARATION Bad number of parameters in variable decleration
231 BAD DEVICE CALL (only with machine code programs)
243 BAD DEVICE NAME  
207 BAD FIELD LIST Too many fields (max. 16) or none declared in CREATE/OPEN
236 BAD FILE NAME  
226 BAD FN ARGS Function argument is wrong type or out of range
222 BAD IDENTIFIER Incorrect variable identifier (other than '%','$')
209 BAD LOGICAL NAME File handle out of range (A..D) or already used
218 BAD NUMBER  
190 BAD PARAMETER If parameters are OK: illegal remote filename
197 BAD PROC NAME  
237 BAD RECORD TYPE (only with machine code programs)
194 BATTERY TOO LOW  
229 DEVICE LOAD ERROR Pack has been removed
230 DEVICE MISSING Usually when using LPRINT and the CommsLink is missing
193 DEVICE READ ERROR  Reading from a device (ususally CommsLink) failed (wrong handshake setting?)
192 DEVICE WRITE ERROR Writing to a device (usually CommsLink) failed (wrong handshake setting?)
233 DIRECTORY FULL Max. 110 files can reside on a pack
186 DISK FULL No space on remote drive
251 DIVIDE BY ZERO Nirvana is not calculatable <G>
214 DUPLICATE NAME Variable declared twice or duplicate filename
238 END OF FILE  
206 ESCAPE The escape key sequence (ON/CLEAR,Q) has been pressed
253 EXPONENT RANGE Exponent in number (scientific notatation) above ±99
201 FIELD MISMATCH Fieldname does not match the names declared in CREATE/OPEN
187 FILE ALREADY EXISTS  
235 FILE EXISTS Attempt to create a file that already exists
199 FILE IN USE Attempt to reopen an open file
234 FILE NOT FOUND  
189 FILE NOT FOUND Remote file does not exist or is wrong type
196 FILE NOT OPEN  
247 FN ARGUMENT ERR Function argument is wrong type or out of range
195 INTEGER OVERFLOW Attempt to assign a value to an integer variable, which is out of integer range (-32768..+32767)
202 MENU TOO BIG  
227 MISMATCHED ()'s  
221 MISMATCHED ''  
210 MISSING COMMA  
204 MISSING EXTERNAL Variable has not been declared
211 MISSING LABEL The GOTO target cannot be found
203 MISSING PROC Attempt to call an external procedure which does not exist (is the right pack fitted?)
223 NAME TOO LONG Lenght of a name exceeds 8 (including identifier)
255 NO ALLOC CELLS (only with machine code programs)
246 NO PACK Attempt to access an empty slot
217 NO PROC NAME An imported procedure lacks a procedurename followed by a colon in first line
250 NUM TO STR ERR (only with machine code programs)
254 OUT OF MEMORY  
191 PACK BATTERY LOW  (obsolete, pack battery is NOT checked!)
242 PACK CHANGED Wrong pack in slot
239 PACK FULL  
241 PACK NOT BLANK Pack needs to be reformatted for this operation
232 PAK NOT COPYABLE Attempt to copy a copyprotected pack
244 READ ONLY PACK Attempt to write to a readonly pack
200 READ PACK ERR Pack is damaged
198 RECORD TOO BIG The length of the contents of all fields must not exceed 255-no.of.fields (a numeric values take up the same space as its string representation
185  RECORD TOO LONG XTRECV in text mode found a record longer than 254 bytes
188 SERVER ERROR Misc. PC server error (e.g. open disk door)
249 STACK OVERFLOW (only with machine code programs)
248 STACK UNDERFLOW (only with machine code programs)
252 STR TO NUM ERR Bad character in numeric string
220 STRING TOO LONG String lenght exceeds defined size
213 STRUCTURE ERROR IF/ENDIF, DO/UNTIL, WHILE/ENDWH mismatch
225 SUBSCRIPT ERROR Attempt to access a non-existent array element
228 SYNTAX ERROR  
212 TOO COMPLEX To many nested IF/ENDIF, DO/UNTIL, WHILE/ENDWH (max. 8)
224 TYPE MISMATCH Variable/parameter typ mismatch
240 UNKNOWN PACK Pack seems to be destroyed
245 WRITE PACK ERR