P2: Simulate engine silently swallows errors #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The simulation engine has silent error handling that makes debugging impossible:
If the AVE API fails, simulation continues silently with no logging.
Solution
Add proper error logging and user-facing error handling.
Example Approach
Acceptance Criteria