mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
add missing ledger error codes
This commit is contained in:
parent
b53cd162c8
commit
f8f61f3066
1 changed files with 6 additions and 1 deletions
|
@ -191,7 +191,12 @@ class ExceptionHandler {
|
||||||
'PlatformException(133, Failed to write: (Unknown Error: 133), null, null)',
|
'PlatformException(133, Failed to write: (Unknown Error: 133), null, null)',
|
||||||
'PlatformException(IllegalArgument, Unknown deviceId:',
|
'PlatformException(IllegalArgument, Unknown deviceId:',
|
||||||
'ServiceNotSupportedException(ConnectionType.ble, Required service not supported. Write characteristic: false, Notify characteristic: false)',
|
'ServiceNotSupportedException(ConnectionType.ble, Required service not supported. Write characteristic: false, Notify characteristic: false)',
|
||||||
'Exception: 6e01' // Wrong App
|
'Exception: 6e01', // Wrong App
|
||||||
|
'Exception: 6d02',
|
||||||
|
'Exception: 6511',
|
||||||
|
'Exception: 6e00',
|
||||||
|
'Exception: 6985',
|
||||||
|
'Exception: 5515',
|
||||||
];
|
];
|
||||||
|
|
||||||
static bool isLedgerError(Object exception) =>
|
static bool isLedgerError(Object exception) =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue