feat: introduce ApiError for improved error handling in upstream routes

This commit is contained in:
GW_MC
2025-12-29 18:03:09 +08:00
parent abeea4fad7
commit fdfd1c98e0
4 changed files with 26 additions and 4 deletions

View File

@@ -1 +1,2 @@
pub mod api_error;
pub mod service_error;