Files
stf-DeviceFarmer/res/app/components/stf/transaction/transaction-error.js

5 lines
120 B
JavaScript

module.exports = function TransactionError(result) {
this.message = this.code = result.error
this.result = result
}