C
Charles Thomas
I am using MediaTracker, which can return errors when I call:
Object[] errors = media_tracker.getErrorsAny();
But I don't know how do access these errors to get additional
information from them. My documentation just calls them "Objects", and
frankly I'm not sure how to do anything with them besides just see that
they're there by seeing if "errors" is non-null.
Can anyone tell me how to extract more information from the error
Objects that are returned here?
CT
Object[] errors = media_tracker.getErrorsAny();
But I don't know how do access these errors to get additional
information from them. My documentation just calls them "Objects", and
frankly I'm not sure how to do anything with them besides just see that
they're there by seeing if "errors" is non-null.
Can anyone tell me how to extract more information from the error
Objects that are returned here?
CT