FileInputStream..where's the error hiding?

There seems to be no way to extract an error string or code from FileInputStream if the underlying file open fails…how do I report problems to the user?

Looks like this is RESOLVED with the most recent addition of juce::Result.

Thanks!