This pull request is for unify the callbacks' parameters format on all platform, precisely, when error occurred, the callback function should have two parameters:
function(code, response) {
// code is a Number
// response is an object including "error_message" entry
}
This pull request is for unify the callbacks' parameters format on all platform, precisely, when error occurred, the callback function should have two parameters:
@darkdukey please review it