Commit 53ae73b
committed
fix: add error code for app not found
Add utils::error::ErrorCode::AppNotFoundFromLocal error code to the
error message when Cli::info fails to find an application locally.
This change improves error traceability by providing a specific
error code instead of a generic message, enabling better error
handling and debugging capabilities.
Influence:
1. Test 'info' command with non-existent local applications
2. Verify error output includes the AppNotFoundFromLocal error code
3. Confirm error message text remains user-friendly
4. Test integration with error handling systems that rely on error codes
5. Verify no regression in existing info command functionality1 parent 7a18991 commit 53ae73b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | | - | |
| 1595 | + | |
| 1596 | + | |
1596 | 1597 | | |
1597 | 1598 | | |
1598 | 1599 | | |
| |||
0 commit comments