eisen-oxid / thermit

An exciting and inspiring messenger written in Rust 🦀 ✉️
MIT License
3 stars 0 forks source link

Return a better error on malformed uuid #20

Closed frcroth closed 3 years ago

frcroth commented 3 years ago

Currently we do not return an error that is in line with our errors.

frcroth commented 3 years ago

Seems harder than expected. To get the uuid::Error we would have to convert the uuid ourselves, which makes all matter of things quite ugly.