Error Handling
By the end of this guide, you will:
-
TODO: Write learning objectives
⚠️ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.
User Stories
Story 19: Error Handling and Messages
As a terminal user
I want to see clear error messages when operations fail
So that I understand what went wrong and how to fix it
Acceptance Criteria
-
Permission errors show specific message and suggestion
-
File not found errors are handled gracefully
-
Invalid input shows validation errors
-
Errors displayed in status bar or dialog
-
Errors auto-dismiss after 5 seconds or on next action
-
Error messages are actionable, not generic
Notes
-
Introduces comprehensive error handling
-
Introduces error message system
-
Introduces auto-dismiss timers
-
Polish pass on all error paths