Offer more explicit errors than "permission denied"
Open
enhancement
- Dominant language
- Python
- Stars
- 4.3k
- Forks
- 537
- Avg merge
- 2h 34m
- Merged PRs (30d)
- 9
Description
Today if GAM can't open or write to a file it returns an error like:
```
ERROR: File: [Errno 13] : Permission denied
```
that's not an awful error but we might be able to offer a bit more detail like:
```
ERROR: GAM cannot write to file . Please ensure your user has permissions to write to this file on your filesystem.
```
or similar.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.