DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/Error/mod.rs
1//! Local error stack - currently unused.
2//!
3//! Every Mountain consumer uses `CommonLibrary::Error::CommonError`
4//! instead. Files remain in place to preserve the original taxonomy;
5//! remove or migrate when the strategy is settled.
6
7pub mod ConfigurationError;
8
9pub mod CoreError;
10
11pub mod FileSystemError;
12
13pub mod IPCError;
14
15pub mod ProviderError;
16
17pub mod ServiceError;