DownZLibrary
DownZLibrary copied to clipboard
How to know why request didn't work?
It would be really helpful if you could give some error code to specify why the request did not succeed.
@Override
onError(ErrorCode internalCode, StatusCode httpCode) { // at least one or a string
}
Okay, thanks for this. I'll work on it and add error codes to it.