-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Rust Drivers
User feedback from interviews:
My application is a platform to help investors and traders make smarter decisions. You can think of it as an easy-to-use, UI-based algorithmic trading platform
The better error messages are my primary source of concern. I've attached an example to this email. Within the Rust crate, the message is something like,
"Error, missing field 'xyz' at line 1 column 75."
What would be better is if the error message specified the nested field that was missing. For example, if I had
"field strategy.condition is missing the field `name`",
that would be a lot easier to debug
- duplicates
-
RUST-1874 Investigate using serde_path_to_error in deserialization code
- Closed