mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
Add a base struct for api error responses (#524)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
3
crates/api_models/src/errors/mod.rs
Normal file
3
crates/api_models/src/errors/mod.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub mod actix;
|
||||
pub mod serde;
|
||||
pub mod types;
|
||||
Reference in New Issue
Block a user