Issue
Error messages vary in format, no standardized error message format.
Location: All files
Problems
- Error messages vary in format
- Some use f-strings, some use format()
- No standardized error message format
Recommended Fix
- Standardize error message format
- Use consistent exception types
- Add error code constants