This commit is contained in:
2023-09-18 14:33:20 +08:00
parent a9ea3791cc
commit fdae8dfd11
3 changed files with 83 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ var (
ErrCMNotFoundRollbackNeVersion = errors.New("not found the rollback NE version")
ErrCMNotFoundTargetBackupFile = errors.New("not found the target NE backup")
ErrCMUnknownSoftwareFormat = errors.New("unknown software package format") // 未知软件包格式
// TRACE module error message
ErrTraceFailedDistributeToNEs = errors.New("failed to distribute trace task to target NEs")