GEM error codes: Difference between revisions
Jump to navigation
Jump to search
>Wongck No edit summary |
>Wongck No edit summary |
||
| Line 1: | Line 1: | ||
{| class="wikitable" style="text-align:left;font-size:90%;background:#efefef;border:1px solid #666;width:100%;" | {| class="wikitable" style="text-align:left;font-size:90%;background:#efefef;border:1px solid #666;width:100%;" | ||
|+ style="font-size:12pt;padding:0.2em 0;border:1px solid #666;border-bottom:0;" | '''''GEM error codes''''' | |+ style="font-size:12pt;padding:0.2em 0;border:1px solid #666;border-bottom:0;" | '''''GEM error codes''''' | ||
| Line 66: | Line 65: | ||
| 66 || Invalid program load format | | 66 || Invalid program load format | ||
|} | |} | ||
<br/><br/> | <br/><br/> | ||
Back to [[Programming]] | Back to [[Programming]] | ||
Revision as of 23:47, 18 February 2012
| Error code | Description |
|---|---|
| 0 | OK (no error |
| 1 | Fundamental error |
| 2 | Drive not ready |
| 3 | Unknown command |
| 4 | CRC error |
| 5 | Bad request |
| 6 | Seek error |
| 7 | Unknown media |
| 8 | Sector not found |
| 9 | No paper |
| 10 | Write fault |
| 11 | Read fault |
| 12 | General error |
| 13 | Write protect |
| 14 | Media change |
| 15 | Unknown device |
| 16 | Bad sectors on format |
| 17 | Insert other disk |
| 32 | Invalid function number |
| 33 | File not found |
| 34 | Path not found |
| 35 | No handles left |
| 36 | Access denied |
| 37 | Invalid handle |
| 39 | Insufficient memory |
| 40 | Invalid memory block address |
| 46 | Invalid drive specified |
| 49 | No more files |
| 64 | Range error |
| 65 | Internal error |
| 66 | Invalid program load format |
Back to Programming
Back to TOS Guides