stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
80 stars 52 forks source link

Improve error handling for receiving demon metadata from GDCF #27

Closed stadust closed 3 years ago

stadust commented 5 years ago

Right now the GetDemon handler just returns an Option, where None means both "database access error" and "didn't find the demon because the name is wrong". Needless to say, this is bad