home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d902 / error.lha / Error / Doc next >
Text File  |  1993-08-26  |  960b  |  40 lines

  1. Error 1.0 - Documentation
  2. --------------------------
  3.  
  4. Author: Njål Fisketjøn
  5.     Peter Krøyersgt. 7
  6.     N-4024 STAVANGER
  7.     Norway
  8. __________________________
  9.  
  10.  
  11. Error - Print Message text for AmigaDOS errors
  12. ----------------------------------------------------------------
  13.  
  14. Notices:
  15.  
  16.   This program is placed in the public domain with the
  17. understanding that the author makes no claims or guarantees with
  18. regard to its suitability for any given application, and that
  19. the author assumes no responsibility for damages incurred by its
  20. usage. 
  21.  
  22. ----------------------------------------------------------------
  23.  
  24. Use from CLI.
  25.  
  26. Example:
  27.  
  28. 1.>error 202
  29.  
  30.   202: Object in use
  31.  
  32.   Probable cause:
  33.   The specified file or directory is already being used by another application.
  34. If an application is reading a file, no other program can write to it, and vice
  35. versa.
  36.  
  37.   Recovery suggestion:
  38.   Stop the other application that is using the file or directory, and re-issue
  39. the command.
  40.