Skip to content

Instantly share code, notes, and snippets.

@0xBEEFCAF3
Last active March 21, 2023 14:27
Show Gist options
  • Save 0xBEEFCAF3/9e0100942a84ac8c99755adc05fc3571 to your computer and use it in GitHub Desktop.
Save 0xBEEFCAF3/9e0100942a84ac8c99755adc05fc3571 to your computer and use it in GitHub Desktop.
Common Ledger Error Codes
  • 0x6982 = "Status word for command not valid for security reasons (for example: device needs to be unlocked with PIN)."
  • 0x6985 = "Status word for denied by user."
  • 0x6A80 = "Status word for incorrect data."
  • 0x6A82 = "Status word for request not currently supported (but not otherwise wrong)."
  • 0x6A87 = "Status word for incorrect data length"
  • 0x6D00 = "Status word for unknown command with this INS."
  • 0x6E00 = "Status word for instruction class is different than CLA."
  • 0xB000 = "Status word for wrong response length (buffer too small or too big)."
  • 0xB007 = "Status word for bad device state."
  • 0xB008 = "Status word for signature fail."
  • 0xE000 = "Status word for interrupted execution."
  • 0x5515 = "Status word for locked device"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment