Vision Images: Missing image property or event?

Is there any way to tell when an Image component gets set to a nonexistent image source, or there’s some other issue in retrieving it?

Since I’m setting them to http in script, I could run a urllib3 request against them and check for HTTP errors first, I just wondered if there was a cleaner sort of way to handle errors.