HTTP status code for makeImageRequest

Hi,

I was hoping to allow my image server to be a little more communicative...

Specifically, I wanted to send back a custom HTTP status code of 499 when the generated image would be too big to show on the intended watch.

Trouble is, when I use Communications.makeImageRequest the 499 error code always becomes a 404 by the time it reaches my widget.

Is there any way at all to get Communications.makeImageRequest to return the custom error? Or some other way for me to distinguish failure reasons with makeImageRequest?

Thanks,

G