1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-08 07:38:11 +00:00
trezor-firmware/src/trezor/messages/FailureType.py
2017-07-28 18:58:31 +02:00

16 lines
370 B
Python

# 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)
FirmwareError = const(99)