File Description 	: List of error numbers
Author		 	: Stephen McNabb
Creation Date		: 20th February 1995
Last Updated		: 20th Februray 1995

	Most of the functions available through Gemdos and BIOS return error
numbers. Here are a list of the number, names and descriptions of some
you might encounter.

Number	Name		  Description
------	----		  -----------

   0	OK		  Function executed successfuly
   
  -1	ERROR		  General error
  
  -2	DRIVE_NOT_READY   Device was not ready, was not available or has hung
  
  -3	UNKNOWN_CMD	  Device does not know command
  
  -4	CRC_ERROR	  Error while read from sector on disk
  
  -5	BAD_REQUEST	  Device does not know how to process a command
  
  -6	SEEK_ERROR	  Drive could not seek
  
  -7	UNKNOWN_MEDIA	  Could not read from media
  
  -8	SECTOR_NOT_FOUND  Drive cannot find sector
  
  -9	NO_PAPER	  Printer has run out of paper
  
  -10	WRITE_FAULT	  Could not write to device
  
  -11	READ_FAULT	  Could not read from device
  
  -12	GENERAL_MISHAP	  Reserved for expansion
  
  -13	WRITE_PROTECT	  Device is write protected or write only
  
  -14	MEDIA_CHANGE	  Media has been changed since last write
  
  -15	UNKNOWN_DEVICE	  Device is not known
  
  -16	BAD_SECTORS	  Format was successful but there were bad sectors
  
  -17	INSERT_DISK	  No disk found in drive

*** End of File ***
