issues
search
fission-codes
/
fil-cosigner
GNU Affero General Public License v3.0
4
stars
2
forks
source link
Refactor & lots of error handling
#22
Closed
dholms
closed
3 years ago
dholms
commented
3 years ago
Problem
async errors could crash the server
we weren't always reporting proper messages/error codes
error handling code was messy & cumbersome in general
some old boilerplate code was hanging around
Solution
error.handle
for handling async errors
better param checks
clean up errors in general
:hocho: a bunch of old boilerplate code
Problem
Solution
error.handle
for handling async errors