home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / exec / errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  500 b   |  24 lines

  1. #ifndef EXEC_ERRORS_H
  2. #define EXEC_ERRORS_H
  3. /*
  4. ** $Filename: exec/errors.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 36.6 $
  7. ** $Date: 90/05/27 $
  8. **
  9. ** Standard Device IO Errors (returned in io_Error)
  10. **
  11. ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15. #define IOERR_OPENFAIL (-1) 
  16. #define IOERR_ABORTED (-2) 
  17. #define IOERR_NOCMD (-3) 
  18. #define IOERR_BADLENGTH (-4) 
  19. #define IOERR_BADADDRESS (-5) 
  20. #define IOERR_UNITBUSY (-6) 
  21. #define IOERR_SELFTEST (-7) 
  22.  
  23. #endif 
  24.