cordova-plugin-media
cordova-plugin-media copied to clipboard
CB-11641 android: add 'message' field to media error
Platforms affected
Android
What does this PR do?
It was not possible before to get error message.This updated Android implementation to return error code with message similar to iOS.
What testing has been done on this change?
Auto test
Checklist
- [x] ICLA has been signed and submitted to [email protected].
- [x] Reported an issue in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
- [x] Added automated test coverage as appropriate for this change.