Plugin Error Codes

Top  Previous  Next

Code

Value

Comments

E_SUCCESS

0

Successful execution

E_END_ARCHIVE

10

No more files in archive (archive end)

E_NO_MEMORY

11

Not enough memory

E_BAD_DATA

12

Data error

E_BAD_ARCHIVE

13

CRC error in archive data

E_UNKNOWN_FORMAT

14

Invalid archive format

E_EOPEN

15

Impossible to open existing file

E_ECREATE

16

Impossible to create a file

E_ECLOSE

17

Error closing the file

E_EREAD

18

Error reading the file

E_EWRITE

19

Error writing the file

E_SMALL_BUF

20

Buffer is too small

E_EABORTED

21

Buffer is too small

E_NO_FILES

22

Files not found

E_TOO_MANY_FILES

23

Too many files to archive

E_NOT_SUPPORTED

24

Not supported operation

E_EX_UNKNOWN_ERR

201

Unknown error

E_EX_ENCRYPTED

202

File/archive is encrypted and can not be processed (decryption isn't supported)

E_EX_FILE_TOO_BIG

203

File is too big

E_EX_FILE_IN_USE

204

File is locked/in use and can not be processed

E_EX_NOT_SUPPORTED_METHOD

205

Archive method isn't supported

E_EX_SKIP

206

File was skipped

E_EX_MAYBE_DISKFULL

207

Maybe disk full