@avalabs/hw-app-avalanche
Version:
Node API for Avalanche App (Ledger Nano S/X/S+)
27 lines (25 loc) • 666 B
TypeScript
declare enum LedgerError {
U2FUnknown = 1,
U2FBadRequest = 2,
U2FConfigurationUnsupported = 3,
U2FDeviceIneligible = 4,
U2FTimeout = 5,
Timeout = 14,
NoErrors = 36864,
DeviceIsBusy = 36865,
ErrorDerivingKeys = 26626,
ExecutionError = 25600,
WrongLength = 26368,
EmptyBuffer = 27010,
OutputBufferTooSmall = 27011,
DataIsInvalid = 27264,
ConditionsNotSatisfied = 27013,
TransactionRejected = 27014,
BadKeyHandle = 27265,
InvalidP1P2 = 27392,
InstructionNotSupported = 27904,
AppDoesNotSeemToBeOpen = 28161,
UnknownError = 28416,
SignVerifyError = 28417
}
export { LedgerError };