home *** CD-ROM | disk | FTP | other *** search
- Amiga DOS Error Codes
-
-
- m Disk Device Errorsm
-
- The disk device errors are codes returned by the device
- driver (such as the trackdisk device for floppy disks, and the
- harddrive.device for many hard disks) when it is unable to
- perform the specified opertion for some reason.
-
-
- TDERR_NotSpecified 20 Something unspecified went wrong.
- TDERR_NoSecHdr 21 Sector header is missing.
- TDERR_BadSecPreamble 22 Sector preamble is bad.
- TDERR_BadSecID 23 Sector ID field is bad.
- TDERR_BadHdrSum 24 Sector header checksum is bad.
- TDERR_BadSecSum 25 The sector's checksum is bad.
- TDERR_TooFewSecs 26 Not enough sector on the cylinder.
- TDERR_BadSecHdr 27 Unable to read sector header.
- TDERR_WriteProt 28 The disk is write protected.
- TDERR_DiskChanged 29 The disk has been changed.
- TDERR_SeekError 30 Seeking past disk bounds.
- TDERR_NoMem 31 Not enough working memory.
- TDERR_BadUnitNum 32 The specified drive is not here.
- TDERR_BadDriveType 33 Not a standard disk (3.5")
- TDERR_DriveInUse 34 Another task has use of the drive.
- TDERR_PostReset 35 The reset key has been hit.
-
-
- m Filing System Error codesm
-
- These error codes are the ones returned by the CLI or
- Workbench if there is a problem carrying out the specified
- operation. Some of these codes are not disk related.
-
-
-
-
-
- m103: Insufficient Free Store
- This means DOS ran out of memory.
- m104: Task table full
- You are limited to 20 CLI tasks.
- m120: Argument line invalid or too long
- The command sent to DOS was too big or incorrect.
- m121: File is not an object file
- You cannot run a data file; it must be a program file.
- m122: Invalid resident library during load
- One of the built in libraries is corrupt.
- m202: Object in use
- You cannot write to a file that is locked by another task.
- m203: Object already exists
- Two files of the same name are not permitted.
- m204: Directory not found
- You gave an invalid path.
- m205: Object not found
- The specified file does not exist. Check your spelling.
- m206: Invalid window
- When a CLI was opened the window parameters given were too big.
- m210: Invalid stream component name
- The filename has an invalid character or is too long.
- m212: Object not of required type
- You can't run a directory or list a program.
- m213: Disk not validated
- Try DiskDoctor or Disk Repair.
- m214: Disk write-protected
- You cannot write to a protected disk.
- m215: Rename across devices attempted
- A file cannot be moved between two drives: it must be
- copied.
- m216: Directory not empty
- A directory must be empty before you can delete it.
- m218: Device not mounted
- The device (or drive) specified does not exist.
- m220: Comment too big
- File note's should be under 80 characters.
- m221: Disk full
- You are out of space. Try deleting something useless
- m222: File is protected from deletion
- A file with the delete protection bit set cannot be
- deleted. You must first change the file's protection.
- m223: File is protected from writing.
- The file's write protect bit is set.
- m224: File is protected from reading
- The file's read protect bit is set.
- m225: Not a DOS disk
- The disk is of the wrong type (you cannot read an FFS disk
- in a standard disk drive).
- m226: No disk in drive
- You cannot access an empty disk drive.
- m209: Packet request type unknown
- An error that tell you the programmer made a mistake.
- m211: Invalid object lock
- Ditto.
- m219: Seek error
- You can't search past the end of a file.
- m232: No more entries in a directory
- You can't get more files out of a directory than you put into it.
-
-