From f8f61f306692039e5ba8870342318456b0bdabb3 Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Thu, 19 Jun 2025 19:59:30 +0300 Subject: [PATCH] add missing ledger error codes --- lib/utils/exception_handler.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/utils/exception_handler.dart b/lib/utils/exception_handler.dart index e505be770..a6d3774ce 100644 --- a/lib/utils/exception_handler.dart +++ b/lib/utils/exception_handler.dart @@ -191,7 +191,12 @@ class ExceptionHandler { 'PlatformException(133, Failed to write: (Unknown Error: 133), null, null)', 'PlatformException(IllegalArgument, Unknown deviceId:', '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) =>