Home
last modified time | relevance | path

Searched refs:Failure_Other (Results 1 – 6 of 6) sorted by relevance

/dports/security/py-keepkey/python-keepkey-7.2.1/tests/
H A Dtest_msg_signtx_xfer.py64 self.assertEqual(e.args[0], proto_types.Failure_Other)
97 self.assertEqual(e.args[0], proto_types.Failure_Other)
130 self.assertEqual(e.args[0], proto_types.Failure_Other)
162 self.assertEqual(e.args[0], proto_types.Failure_Other)
/dports/security/py-keepkey/python-keepkey-7.2.1/
H A Dcmdkk.py181 raise CallException(types.Failure_Other, "Unrecognized ether unit %r" % unit)
191 … raise CallException(types.Failure_Other, "Unrecognized gas price unit %r" % unit)
420 raise CallException(types.Failure_Other, "Please provide mnemonic or xprv")
H A Dkeepkeyctl181 raise CallException(types.Failure_Other, "Unrecognized ether unit %r" % unit)
191 … raise CallException(types.Failure_Other, "Unrecognized gas price unit %r" % unit)
420 raise CallException(types.Failure_Other, "Please provide mnemonic or xprv")
/dports/security/py-keepkey/python-keepkey-7.2.1/keepkeylib/
H A Dclient.py441 raise CallException(types.Failure_Other,
445 raise CallException(types.Failure_Other,
451 raise CallException(types.Failure_Other,
H A Dtypes_pb2.py438 Failure_Other = 9 variable
/dports/security/py-keepkey/python-keepkey-7.2.1/device-protocol/
H A Dtypes.proto38 Failure_Other = 9; enumerator