You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not particularly helpful. Turns out one of those images is defective, so we're missing a catchhere for unexpected errors. We'd mostly need to annotate the respective file name for diagnosis, but I didn't want to discard more specific errors from within the respective function. I guess we should start using error codes or custom error classes?
The text was updated successfully, but these errors were encountered:
Trying to convert a bunch of JPGs resulted in
That's not particularly helpful. Turns out one of those images is defective, so we're missing a
catch
here for unexpected errors. We'd mostly need to annotate the respective file name for diagnosis, but I didn't want to discard more specific errors from within the respective function. I guess we should start using error codes or custom error classes?The text was updated successfully, but these errors were encountered: