internetarchive / liveweb

Liveweb proxy of the Wayback Machine project
https://web.archive.org/
44 stars 13 forks source link

Enumerate all possible errors #30

Closed anandology closed 12 years ago

anandology commented 12 years ago

Enumerate all possible errors that can happen and handle them.

1x - Bad input

2x - DNS errors

3x - Connection errors

4x - timeouts

5x - resource limits

Notes

Can you think of any other possible errors?

anandology commented 12 years ago

Reorganized the error codes after discussing with @nibrahim.

http://liveweb.readthedocs.org/en/latest/errors.html

The current error codes looks quite good now.