Add Ledger error codes (#10056)

automerge
This commit is contained in:
Tyera Eulberg
2020-05-14 22:52:11 -06:00
committed by GitHub
parent adcd2f14a5
commit 63813fe69f
7 changed files with 169 additions and 50 deletions

View File

@ -220,7 +220,7 @@ pub enum SignerError {
#[error("no device found")]
NoDeviceFound,
#[error("device protocol error: {0}")]
#[error("{0}")]
Protocol(String),
#[error("{0}")]