add missing ledger error codes

This commit is contained in:
Omar Hatem 2025-06-19 19:59:30 +03:00 committed by GitHub
parent b53cd162c8
commit f8f61f3066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) =>