[HIGH] Improve error context in Docker operations #266
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?
Priority: HIGH
Problem:
Docker operations catch errors and throw generic messages, hiding original error details. Users see "Failed to create container" without understanding root cause.
File:
apps/orchestrator/src/spawner/docker-sandbox.service.ts:137-215Hidden Errors:
Impact:
Generic error messages make debugging difficult. Users can't distinguish between configuration issues and infrastructure problems.
Acceptance Criteria:
causepropertyExample Fix:
Code Review Confidence: 85%
Found by: pr-review-toolkit:silent-failure-hunter
✅ Fixed: Added toString() to all numeric values in error messages for better context in Docker operations.