You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/src/trezor/messages/FailureType.py

17 lines
394 B

# Automatically generated by pb2py
from micropython import const
UnexpectedMessage = const(1)
ButtonExpected = const(2)
DataError = const(3)
ActionCancelled = const(4)
PinExpected = const(5)
PinCancelled = const(6)
PinInvalid = const(7)
InvalidSignature = const(8)
ProcessError = const(9)
NotEnoughFunds = const(10)
NotInitialized = const(11)
PinMismatch = const(12)
FirmwareError = const(99)