From fd596ab194d69603415a02cb667f5d651b55e2e4 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 22 Jun 2026 06:12:00 -0500 Subject: [PATCH] fix(mobile): added in more error handling key words and put a little more generic as well --- lstMobile/src/lib/tcpScan.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lstMobile/src/lib/tcpScan.ts b/lstMobile/src/lib/tcpScan.ts index cb86ab9..8727059 100644 --- a/lstMobile/src/lib/tcpScan.ts +++ b/lstMobile/src/lib/tcpScan.ts @@ -35,6 +35,8 @@ const ERROR_KEYWORDS = [ "delivered", "blocked", "not possible", + "forbidden", + "loading not", ]; // function parseErpResponse(buffer: Buffer) {