Hey all,
I'm trying to get as much error handling coverage as possible with my extension. However, I can't find anything online regarding the possible errors for an image upload. I can find generic errors but nothing specific to the upload API. I've only been able to encounter warnings for duplicate name and file. I imagine there are some that deal specifically with the upload process, I implemented chunked uploading, and some of them I'd like to have a specific error message for.
Thanks,
Garrett