feat(api): enhance error handling with serde_path_to_error integration
Some checks failed
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled
build / checks-matrix (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 15:35:41 +05:30
parent c18e92ff01
commit 160ca86da5
4 changed files with 51 additions and 13 deletions

View File

@@ -32,3 +32,4 @@ chrono = { version = "0.4", features = ["serde"] }
# Async utilities
futures = "0.3"
urlencoding = "2.1.3"
serde_path_to_error = "0.1.20"