Fix ImageSource loading error message #2049
Labels
community in-progress
This issue is marked in-progress. This label will be removed if there is no activity for 30 days.
Hacktoberfest
Issues marked for the community Hacktoberfest event https://hacktoberfest.digitalocean.com/
Context
Currently when an ImageSource fails loading for whatever reason it gives a confusing error message
'Error loading texture'
Proposal
In the section of code we should give more context to the user about what failed to load with the path, and we should present the error from the exception to the console.
Error loading ImageSource from path './path/to/image/img.png' with error [some error message from the exception]
The text was updated successfully, but these errors were encountered: