Packer plugins developer errors: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
[[Packer plugins developper errors|error values]]
Use the following values when you want to inform Totalcmd that an error ocurred.
Use the following values when you want to inform Totalcmd that an error ocurred.



Revision as of 15:30, 18 April 2006

Use the following values when you want to inform Totalcmd that an error ocurred.

Constant Value Description
0 Success
E_END_ARCHIVE 10 No more files in archive
E_NO_MEMORY 11 Not enough memory
E_BAD_DATA 12 Data is bad
E_BAD_ARCHIVE 13 CRC error in archive data
E_UNKNOWN_FORMAT 14 Archive format unknown
E_EOPEN 15 Cannot open existing file
E_ECREATE 16 Cannot create file
E_ECLOSE 17 Error closing file
E_EREAD 18 Error reading from file
E_EWRITE 19 Error writing to file
E_SMALL_BUF 20 Buffer too small
E_EABORTED 21 Function aborted by user
E_NO_FILES 22 No files found
E_TOO_MANY_FILES 23 Too many files to pack
E_NOT_SUPPORTED 24 Function not supported