Commit ab524b7ebed542b0c501628f2ac432efcdf0ddcc

Authored by Adhidarma Hadiwinoto
1 parent a931e630f2
Exists in master

detail error

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -116,7 +116,7 @@ function _topupRequest(task, pendingOnConnectError) {
116 116 msg = 'XMLRPC Client Error on connecting';
117 117 }
118 118  
119   - callbackReport(task['requestId'], rc, msg, null, JSON.stringify({methodName: methodName, error: error}));
  119 + callbackReport(task['requestId'], rc, msg, null, JSON.stringify({methodName: methodName, error: error, body: error.body}));
120 120 return;
121 121 }
122 122