Files
simplex-chat/src
Narasimha-sc 57b4eeb7ee core: match only the invitation error as an accepted request
joinConnSrv raises CMD PROHIBITED too, on the same path, so matching the
constructor alone reported a malformed connection as "contact request already
accepted". Only SEInvitationNotFound carries that meaning, and storeError maps
nothing else to CMD PROHIBITED, so match its context.

catchError replaces catchAllErrors: withAgent surfaces agent errors as ChatError,
and catchAllErrors would additionally convert exceptions this code did not catch
before.
2026-08-20 16:47:13 +00:00
..