Config error handling #1111
Labels
enhancement
quality improvements
This item indicates the need for or supplies changes that improve maintainability
Milestone
People faced with "Error deserializing config" usually give up and regenerates the config, losing any changes. A fix was proposed, but it used exceptions. I'd like to rework this with
std::error_code
to give users precise errors.The text was updated successfully, but these errors were encountered: