finestructure / finestructure/Rester
Better error message when file not found
Open
- Dominant language
- Swift
- Stars
- 44
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
With docker we're getting the following when the `.file(..)` path is invalid:
```
$ docker run --rm -it -v $PWD:/host -w /host --network host finestructure/rester multipart.yml
🚀 Resting multipart.yml ...
🎬 login started ...
✅ login PASSED (0s)
🎬 contract started ...
id: "8e29e732-36f3-4bc4-923d-5e453729fe41"
✅ contract PASSED (0s)
🎬 document started ...
❌ Error: The operation could not be completed (NSPOSIXErrorDomain.2)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.