This version of the documentation is outdated!
Click here for the latest released version.
cameraError
onError callback function that provides an error message.
function(message) {
// Show a helpful message
}
Parameters
- message: The message is provided by the device's native code. (
String
)