Add E_IO_ZIP_INFLATE_BUF_ERROR

Florian Bach 2021-12-18 15:18:57 +01:00
parent fc5bfa0c6b
commit 4199363c90

@ -307,6 +307,10 @@ Currently there's no information about this error.
This occurs during book download if ADE cannot write to the temporary file. Check the access rights, maybe try restarting ADE or your computer, then try again.
### E_IO_ZIP_INFLATE_BUF_ERROR
This error happens when ADE cannot successfully decompress a ZIP file because the buffer byte at the end is missing. This is usually supposed to be handled by the zlib library, so if you see this error message something is probably wrong with zlib.
### E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER
This error means exactly what it says in the error name - you're trying to fulfill a book that's already licensed to another user. Maybe you mixed up different AdobeIDs, or your authorization has changed between the first fulfillment of the book and the current attempt.