Projector Error Codes

Date:    Mon, 17 Feb 1997 13:11:22 -0800
From:    Mark Shepherd 
Subject: Re: error codes
Here is what most of the file error codes mean. Most of these error codes are reported by the operating system, and can sometimes be somewhat vague.
 -33    Directory full
 -34    disk full
 -35    no such volume
 -37    a bad name
 -38    File not open
 -39    End of file
 -40    tried to position to before start of file
 -41    memory full (open) or file won't fit (load)
 -42    too many files open
 -43    File not found
 -44    diskette is write protected.
 -45    file is locked
 -46    volume is locked
 -47    File is busy (delete)
 -48    duplicate filename (rename)
 -49    file already open with write permission
 -51    refnum error
 -52    get file position error
 -53    volume not on line error (was Ejected)
 -54    permissions error (on file open)
 -55    drive volume already on-line at MountVol
 -56    no such drive (tried to mount a bad drive num)
 -57    not a mac diskette (sig bytes are wrong)
 -58    volume in question belongs to an external file system
 -59    file system internal error:during rename the old entry was deleted but could not be restored.
 -60    bad master directory block
 -61    write permissions error
 -120   Directory not found
 -124   Server volume has been disconnected.
 -1301  file id already exists
 -1302  directory specified instead of file
 -1303  files on different volumes
 -1304  the catalog has been modified
 -1305  desktop database files are corrupted
 -1306  can't exchange a file with itself
 -1307  file id is dangling or doesn't match with the file number
 -64    drive not installed
 -65    r/w requested for an off-line drive
 -68    read verify compare failed

URL: