Luka313 / integrator-cordova-plugin-downloader

Cordova android plugin for downloading files via DownloadManager
ISC License
13 stars 14 forks source link

Missing error codes info #5

Open GaryMeliman opened 5 years ago

GaryMeliman commented 5 years ago

Could you please provide info about error codes? I have the error number 1008 and i don't know what it means. Thanks!!!

willyguevara commented 5 years ago

i got error code 1000 but don't know what this means. Please help.

Luka313 commented 5 years ago

Could you please provide info about error codes? I have the error number 1008 and i don't know what it means. Thanks!!!

i got error code 1000 but don't know what this means. Please help.

You can find more info about error codes here:

https://developer.android.com/reference/android/app/DownloadManager.html#ERROR_CANNOT_RESUME

So 1008 would be ERROR_CANNOT_RESUME, and 1000 is ERROR_UNKNOWN

Hope this helps you. Sorry for the late response.

willyguevara commented 5 years ago

Thank you very much @Luka313, yes this helps me!

AnkitS221 commented 5 years ago

Hey Luka313, I am getting an error code of 400 in android 5.1 version. What might be the issue as the plugin seem to be working for versions above 5. Please Help