Revision 7cb84a4d
Added by david.sorber over 2 years ago
| src/Catalog.h | ||
|---|---|---|
|
return "decrypt: incomplete header";
|
||
|
|
||
|
case ERR_DECRYPT_CORRUPTED_CHUNK:
|
||
|
return "decrypt: corrupted chunk";
|
||
|
return "decrypt: corrupted chunk (check password)";
|
||
|
|
||
|
case ERR_DECRYPT_PREMATURE_END:
|
||
|
return "decrypt: premature end of file";
|
||
|
return "decrypt: premature end of file (file likely corrupted)";
|
||
|
|
||
|
default:
|
||
|
return "unknown error";
|
||
Update catalog decode status message.