home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / tech / macintos.err < prev    next >
Text File  |  1984-04-10  |  5KB  |  150 lines

  1. Following is a list of the Macintosh error codes and their meaning:
  2.  
  3.         General System Errors
  4.  
  5.         -1      queue element not found during deletion
  6.         -2      invalid queue element
  7.         -3      core routine number out of range
  8.         -4      unimplemented core routine
  9.  
  10.         I/O System Errors
  11.  
  12.         -17     control
  13.         -18     status
  14.         -19     read
  15.         -20     write
  16.         -21     bad unit
  17.         -22     unit empty
  18.         -23     open
  19.         -24     close
  20.         -25     tried to remove an open driver
  21.         -26     couldn't find driver in resources
  22.         -27     IO call aborted by KillIO
  23.         -28     driver not opened
  24.  
  25.         File System Errors
  26.  
  27.         -33     directory full
  28.         -34     disk full
  29.         -35     no such volume
  30.         -36     I/O error
  31.         -37     bad name
  32.         -38     file not open
  33.         -39     end of file
  34.         -40     position error (before start of file)
  35.         -41     memory full (open) or file won't fit (load)
  36.         -42     too many files open
  37.         -43     file not found
  38.         -44     diskette write protected
  39.         -45     file locked
  40.         -46     volume locked
  41.         -47     file busy (delete)
  42.         -48     duplicate filename (rename)
  43.         -49     file already open with write permission
  44.         -50     user parameter list
  45.         -51     refnum
  46.         -52     get file position
  47.         -53     volume not online (was ejected)
  48.         -54     permissions (on file open)
  49.         -55     volume already online at MountVol
  50.         -56     no such drive
  51.         -57     not a Mac diskette
  52.         -58     volume belongs to an external fs
  53.         -59     file system deep s--t -
  54.                         during rename old entry was deleted but
  55.                         could not be restored
  56.         -60     bad master directory block
  57.         -61     write permissions
  58.  
  59.         Disk, Serial Ports, Clock Specific Errors
  60.  
  61.         -64     drive not installed
  62.         -65     r/w requested for an offline drive
  63.         -66     couldn't find 5 nibbles in 200 tries
  64.         -67     couldn't find valid address mark
  65.         -68     read verify compare failed
  66.         -69     addr mark checksum didn't check
  67.         -70     bad addr mark bit slip nibbles
  68.         -71     couldn't find a data mark header
  69.         -72     bad data mark checksum
  70.         -73     bad data mark bit slip nibbles
  71.         -74     write underrun
  72.         -75     step handshake failed
  73.         -76     track 0 detect doesn't change
  74.         -77     unable to initialize IWM
  75.         -78     tried to read 2nd side on a single sided drive
  76.         -79     unable to correctly adjust disk speed
  77.         -80     track number wrong on address mark
  78.         -81     sector number never found on a track
  79.         -85     unable to read same clock value twice
  80.         -86     time written did not verify
  81.         -87     parameter ram written didn't read-verify
  82.         -88     InitUtil found the parameter ram uninitialized
  83.         -89     SCC receiver (framing, parity, OR)
  84.         -90     break received (SCC)
  85.  
  86.         Storage Allocator Errors
  87.  
  88.         -108    not enough room in heap zone
  89.         -109    handle was NIL in HandleZone or other
  90.         -111    WhichZone failed (applied to free block)
  91.         -112    trying to purge a locked or non-purgable block
  92.         -110    address was odd or out of range
  93.         -113    address in zone check failed
  94.         -114    pointer check failed
  95.         -115    block check failed
  96.         -116    size check failed
  97.  
  98.         Resource Manager Errors (other than I/O)
  99.  
  100.         -192    resource not found
  101.         -193    resource file not found
  102.         -194    AddResource failed
  103.         -195    AddReference failed
  104.         -196    RmveResource failed
  105.         -197    RmveReference failed
  106.  
  107.         Scrap Manager Errors
  108.  
  109.         -100    no scrap exists
  110.         -102    no object of that type in scrap
  111.  
  112.         Application Errors
  113.  
  114.                 errors -1024 to -4095 are reserved for use by
  115.                         the current application
  116.  
  117.         Deep S--t Alert ID
  118.  
  119.         32767   general system error
  120.         1       bus
  121.         2       address
  122.         3       illegal instruction
  123.         4       zero divide
  124.         5       check trap
  125.         6       overflow trap
  126.         7       privilege violation
  127.         8       trace mode
  128.         9       line 1010 trap
  129.         10      line 1111 trap
  130.         11      miscellaneous hardware exception
  131.         12      unimplemented core routine
  132.         13      uninstalled interrupt
  133.         14      IO core
  134.         15      segment loader
  135.         16      floating point
  136.         17      package 0 not present
  137.         18      package 1 not present
  138.         19      package 2 not present
  139.         20      package 3 not present
  140.         21      package 4 not present
  141.         22      package 5 not present
  142.         23      package 6 not present
  143.         24      package 7 not present
  144.         25      out of memory
  145.         26      can't launch file
  146.         28      stack has moved into application heap
  147.         27      file system map has been trashed
  148.         30      request user to reinsert offline volume
  149.         31      not the disk I wanted
  150.