Comet Error Codes

From CometWiki

(Difference between revisions)
Jump to: navigation, search
m (Windows Error Codes moved to Comet Error Codes: These are Comet Exceptions, not Windows errors)

Revision as of 22:08, 1 September 2009

Comet Exception Messages

(QERCOMET file)

 EXCP    Meaning
 =================================================================
 00      No Exception Reported
 01      Not in Current Use
 02      End of File
 03      Unable to Allocate Space for File
 04      Keyed File Write Without Index
 05      Create Without Directory Label
 06      Directory Not Found on ACCESS
 07      File Unavailable--Lock/Unlock Error
 08      Not in Current Use
 09      Not in Current Use
 10      Not in Current Use
 11      File Not Found
 12      File Already Exists
 13      Text file exists on CREATE
 14      Not in Current Use
 15      Not in Current Use
 16      Not in Current Use
 17      Not in Current Use
 18      Not in Current Use
 19      Not in Current Use
 20      Not in Current Use
 21      Not in Current Use
 22      Not in Current Use
 23      Not in Current Use
 24      Unable to Rename Disk to Disk
 25      Invalid DOS Call
 26      Invalid Message Call
 27      DOS Returned an Error
 28      Invalid Priority Call
 29      Not in Current Use
 30      Device Inoperative
 31      Device or Directory Unavailable
 32      Key Not Found
 33      Record Unavailable--Extract Error
 34      Logical Unit # Unavailable for Open
 35      File Not Open for Read or Write
 36      Can't Perform Function on Open File
 37      Not in Current Use
 38      Device or Target File System Unable to Perform Function
 39      Not in Current Use
 3D      KDOS Function Error
 40      Invalid Window Specified
 41      Edit Mask Length Incorrect
 42      Not in Current Use
 43      Not in Current Use
 44      I/O Buffer Overflow
 45      Invalid Parameter
 46      Non-Numeric Input in a Numeric Field
 47      Parameter Too Large
 48      Invalid Key or Record Size: CREATE
 49      Invalid Logical Unit Number
 50      Array Subscript Out of Range
 51      Not in Current Use
 52      Not in Current Use
 53      Invalid File Access
 54      Invalid Function for Named File
 55      Not in Current Use
 56      Record Already Exists for INSERT
 59      Not in Current Use
 60      Cannot IPL while other Users Active
 61      Program Not Found
 62      Not in Current Use
 63      Cannot Run Non-Object File
 64      Invalid Partition Name
 65      Partition Busy, Program Running
 66      Performed an EXIT when ENTERLEVEL value was 0
 67      Partition Busy, Normal Termination
 68      Terminate Complete, Task Wasn't Idle
 69      Activate Unsuccessful/Task had Error Pending
 70      ESCAPETO/SUB not active for INTERRUPT
 71      DOS Failed to Transfer Read Data
 72      IRQ 3 Failure from Comet Board
 73      Illegal Jump to Location Zero
 74      Not in Current Use
 75      Resources Left Allocated After Call
 76      File Size Limit Reached in Demo Mode
 77      Attempted Write with Zero Length
 78      Error Performing ENTER/EXIT Program
 79      Key Block Offset Too Large
 7A      Attempt to EXTRACT Keyed Only File
 7B      Maximum File Size Exceeded
 80      Maximum I/O Buffer Size Exceeded
 81      Spool File Error
 82      Top Key Sector not in Delete Stack
 83      DOS Disc Error
 84      Key Sector Search Level Impossible
 85      ES NOT POINTING TO DATA_SEG IN DOS CALL
 86      File Descriptor List Overflow
 87      Unexpected EOF from DOS
 88      Keys but NO Records in File
 89      Unsupported Reference
 8A      Network Buffer Overflow
 8E      Node Lock Timed Out
 90      Disk Full -- DOS Wrote Less Than Expected
 91      Invalid/Unsupported System Call
 92      GOSUB Stack Underflow
 93      GOSUB Stack Overflow
 94      Directory Entry Unavailable / CLOSE
 95      Next Key Unavailable for Deletion
 96      New Key Found during INSERT
 97      New First Key found during INSERT
 98      Extracted Record not found in Table
 99      Error Received from DOS


Internet Basic Compiler Error Messages

Number    Error Message
===================================================================
00        System error - Reload and restart
01        Missing keyword, punctuation
02        Cannot redefine symbolic constant at execution time
03        Variable referenced is incorrect type or undefined
04        Variable has been previously defined
05        Out of range parameter (constant)
06        Array too large (9999 bytes maximum)
07        Unnecessary characters following a statement
08        Statement number previously declared
09        Invalid syntax for hex field
10        Non-numeric FOR/NEXT parameter
11        Invalid loop statement
12        Invalid string constant termination
13        Nested FOR/NEXT loop using same control variable
14        Invalid conditional statement
15        FOR/NEXT nesting error
16        No matching FOR statement
17        Statement number required
18        FORMAT number not declared
19        Argument/subscript error
20        Incorrect number of expression operands
21        Precision will overflow accumulator
22        No path to this statement
23        No space to evaluate expression
24        Precision conflict (FOR/NEXT)
25        We've only got one string accumulator
26        String length not declared
27        BREAK or CONTINUE found, no FOR/DO
28        Integer out of range
29        Operand/operator type disagreement
30        Unbalanced parentheses
31        Numeric expression required
32        Logical expression required
33        Expression operator not allowed
34        No DO loop conditional clause
35        String expression required
36        Fraction, where integer required
37        Integer/symbolic constant required
38        -reserved for future use-
39        Invalid usefile parameter
40        LOOP statement has no preceding "DO"
41        SELECT/CASE sequence error
42        CASE: "FROM" with no "TO" or "THRU"
43        "CASE ELSE" no last "CASE"
44        MTB51 read\write error
45        .ELSE without .IF
46        Unrecognizable compiler directive
47        - reserved -
48        - reserved -
49        - reserved -
50        - reserved -
51        Program exceeds 64K
Personal tools