nishanth2059 / fb2pdf

Pdf Reader android open source
0 stars 1 forks source link

Recoverable and unrecoverable errors #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
During conversio process we should distinguish recoverable and
non-recoverable errors.

non-recoverable errors should cause file to be deleted from queue. E.g.
syntax error in FB2

recoverable errors should leave file in queue for another attempt. E.g. out
of disk space, S3 upload error, etc.

I suggest to create exceptions.py in fb2pdf package and put exception
hierarchy there.

Original issue reported on code.google.com by kroko...@gmail.com on 2 Mar 2007 at 11:21

GoogleCodeExporter commented 9 years ago

Original comment by kroko...@gmail.com on 2 Mar 2007 at 11:22

GoogleCodeExporter commented 9 years ago
done.

Original comment by kroko...@gmail.com on 5 Mar 2007 at 7:00