The error handling should be improved as the Errors do not really say much about the problems that they represent. For example, calling `bzz.list(hash)` on a hash that is not manifest results in "Internal Server Error" that does not help at all.
The error handling should be improved as the Errors do not really say much about the problems that they represent.
For example, calling
bzz.list(hash)on a hash that is not manifest results in "Internal Server Error" that does not help at all.