home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk381.lzh / SKsh / ErrorCodes.doc < prev    next >
Text File  |  1990-10-20  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                                   SKsh Error Codes
  17.  
  18.                                         SKsh
  19.  
  20.                            A ksh-like Shell for the Amiga
  21.  
  22.                                      Version 1.6
  23.  
  24.  
  25.                                (Copyright) 1989, 1990
  26.  
  27.                                      Steve Koren
  28.  
  29.                                    October 4, 1990
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           SKsh Error Codes
  74.  
  75.             0    No Error
  76.             1    Can't allocate symbol table
  77.             2    Call to unmapped builtin
  78.             3    Syntax Error
  79.             4    Can't create variable
  80.             5    Can't open file
  81.             6    Recursion too deep
  82.             7    Can't create alias
  83.             8    Can't change to directory
  84.             9    Command not available
  85.             10   Can't free symbol table stack
  86.             11   Can't allocate linked list
  87.             12   Can't free linked list
  88.             13   Can't create directory
  89.             14   Can't remove directory
  90.             15   Can't remove file
  91.             16   Invalid option
  92.             17   Illegal redirect syntax
  93.             18   Wrong number of options set
  94.             19   Internal Error!
  95.             20   Call to non-existant function
  96.             21   Call to non-existant alias
  97.             22   Unable to set environment variable
  98.             23   Unable to read current working directory
  99.             24   Unable to execute program
  100.             25   Can't allocate memory
  101.             26   Unable to obtain file or directory lock
  102.             27   File not found
  103.             28   Can't find AmigaDos file handle
  104.             29   Destination must be directory
  105.             30   Unable to move file
  106.             31   File write error
  107.             32   Stack too small
  108.             33   Can't open arp.library
  109.             34   Need interactive input
  110.             35   Not enough parameters
  111.             36   Can't set file date
  112.             37   Can't set file protection
  113.             38   Invalid protection flag
  114.             39   Can't load resident program
  115.             40   Can't remove resident program
  116.             41   Command not found
  117.             42   Undefined key function
  118.             43   Undefined key map
  119.             44   Not an SKsh preparse file
  120.             45   Wrong version of SKsh
  121.             46   Can't open ARexx port
  122.  
  123.             xx   Programmer confusion error
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.