UNZIP_MSG.MSG 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ! VMS Error Message Source File for UnZip
  2. !
  3. ! Because the facility code was formally assigned by HP, the .FACILITY
  4. ! directive below specifies /SYSTEM. Because the messages are, in
  5. ! general, specific to UnZip, this file is not compiled with /SHARED.
  6. ! For example:
  7. !
  8. ! MESSAGE /OBJECT = [.dest]UNZIP_MSG.OBJ /NOSYMBOLS [.VMS]UNZIP_MSG.MSG
  9. !
  10. ! LINK /SHAREABLE = [.dest]UNZIP_MSG.EXE [.dest]UNZIP_MSG.OBJ
  11. !
  12. !-----------------------------------------------------------------------
  13. .TITLE Info-ZIP UnZip Error Messages
  14. .FACILITY IZ_UNZIP, 1954 /SYSTEM
  15. .IDENT 'V6.0-000'
  16. ! PK_
  17. .BASE 0
  18. OK /SUCCESS <Normal successful completion>
  19. .BASE 2
  20. WARN /WARNING <Generic warning - bad CRC, unknown compress method, ...>
  21. .BASE 4
  22. ERR /ERROR <Error in zipfile>
  23. .BASE 6
  24. BADERR /SEVERE <Error in zipfile>
  25. .BASE 8
  26. MEM /SEVERE <insufficient memory (init)>
  27. .BASE 10
  28. MEM2 /SEVERE <insufficient memory (password)>
  29. .BASE 12
  30. MEM3 /SEVERE <insufficient memory (file expand)>
  31. .BASE 14
  32. MEM4 /SEVERE <insufficient memory (memory expand)>
  33. .BASE 16
  34. MEM5 /SEVERE <insufficient memory (???)>
  35. .BASE 18
  36. NOZIP /ERROR <zipfile not found>
  37. .BASE 20
  38. PARAM /ERROR <Invalid parameters specified on command line>
  39. .BASE 22
  40. FIND /ERROR <No files found to extract or view>
  41. .BASE 100
  42. DISK /SEVERE <I/O error - disk full, ...>
  43. .BASE 102
  44. EOF /SEVERE <Unexpected end-of-file in zipfile>
  45. ! IZ_
  46. .BASE 160
  47. CTRLC /ERROR <User interrupt (CRTL/C)>
  48. .BASE 162
  49. UNSUP /ERROR <Unsupported compression or encryption for all files>
  50. .BASE 164
  51. BADPWD /ERROR <Bad decryption password for all files>
  52. .BASE 166
  53. ERRBF /ERROR <Large-file archive, small-file program>
  54. .END