diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-21 18:44:56 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-21 18:44:56 +0800 |
| commit | 90dcfdd8b81948fa9aabf9ea36761e7d7bc1061b (patch) | |
| tree | 142a4352f8fa146b2e80320d51dc9300dc92f22f /src/systems/cmd/errors.rs | |
| parent | 40b688f44009b5a82855db298be33483d2e2d619 (diff) | |
Remove legacy modules and unused dependencies
Diffstat (limited to 'src/systems/cmd/errors.rs')
| -rw-r--r-- | src/systems/cmd/errors.rs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/systems/cmd/errors.rs b/src/systems/cmd/errors.rs index efa12a9..4559651 100644 --- a/src/systems/cmd/errors.rs +++ b/src/systems/cmd/errors.rs @@ -1,5 +1,3 @@ -use just_enough_vcs::lib::data::{member::MemberId, sheet::SheetName}; - use crate::systems::cmd::cmd_system::AnyOutput; #[derive(thiserror::Error, Debug)] @@ -10,31 +8,6 @@ pub enum CmdPrepareError { #[error("{0}")] Error(String), - // Workspace Reader Errors - #[error("LocalWorkspace not found")] - LocalWorkspaceNotFound, - - #[error("LocalConfig not found")] - LocalConfigNotFound, - - #[error("LatestInfo not found")] - LatestInfoNotFound, - - #[error("LatestFileData of {0} not found")] - LatestFileDataNotExist(MemberId), - - #[error("CachedSheet `{0}` not found")] - CachedSheetNotFound(SheetName), - - #[error("LocalSheet `{0}/{1}` not found")] - LocalSheetNotFound(MemberId, SheetName), - - #[error("LocalStatusAnalyzeFailed")] - LocalStatusAnalyzeFailed, - - #[error("No sheet in use")] - NoSheetInUse, - #[error("Error occurred and returned early")] EarlyOutput(AnyOutput), } |
