Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display proper error for message not found
or not being downloadable Problem: When calling an program on a CRN, whose message the CRN couldn’t reach, it returned the error ``` 500: Unhandled error during initialisation ``` instead of a proper explaination error Solution: Catch that error. Catch also the other possible error when downloading This also now works when failing to download a runtime or volume
- Loading branch information