refactor: make the serverside error handling more robust

This commit is contained in:
2024-08-18 19:09:40 +02:00
parent ad70b5cfa8
commit f0f24d33ba
12 changed files with 301 additions and 43 deletions

3
src/errors/mod.rs Normal file
View File

@ -0,0 +1,3 @@
pub(crate) mod error;
pub(crate) mod error_vec;
pub(crate) mod project_create_error;