magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

Better handling for error conditions #125

Closed piegamesde closed 2 years ago

piegamesde commented 3 years ago

At the moment, our user-facing error handling is greatly lacking. The following common error cases should be handled more gracefully:

The error handling should:

piegamesde commented 2 years ago

I think most of the error handling is quite okay now. Open new issues if specific problems show up.