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:
Sampras Lopes
2023-02-10 19:42:08 +05:30
committed by GitHub
parent 1bdc8955c2
commit ff347193fe
8 changed files with 186 additions and 11 deletions

View File

@ -0,0 +1,3 @@
pub mod actix;
pub mod serde;
pub mod types;