marcua / ayb

ayb makes it easy to create databases, share them with collaborators, and query them from a web application or the command line
Apache License 2.0
67 stars 4 forks source link

More informative / less overwhelming server configuration errors #445

Open marcua opened 3 months ago

marcua commented 3 months ago

If you misconfigure ayb.toml, the error is informative, but the information is hidden in a long string:

called `Result::unwrap()` on an `Err` value: Other { message: "Unable to deserialize toml string: Error { inner: Error { inner: TomlError { message: \"missing field `max_snapshots`\", raw:...

The server should catch TomlError and print message to make the issue clearer.