You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the vidyut_prakriya crate fails, our vidyut.prakriya wrapper passes through the raw Rust error and doesn't give much insight on how to correct the error.
This is poor UX. In addition to improving the upstream error messages, we should provide informative messages here.
Errors to test:
Could not load dhatupatha (file doesn't exist)
Could not load dhatupatha (file is malformed)
Could not load sutrapatha (file doesn't exist)
Could not load sutrapatha (file is malformed)
Invalid arguments (bad upadesha, etc.)
The text was updated successfully, but these errors were encountered:
If the
vidyut_prakriya
crate fails, ourvidyut.prakriya
wrapper passes through the raw Rust error and doesn't give much insight on how to correct the error.This is poor UX. In addition to improving the upstream error messages, we should provide informative messages here.
Errors to test:
The text was updated successfully, but these errors were encountered: