Description
When using Cardano.Api.submitTxToNodeLocal during defensive mempool operation, a BearerClosed network exception can bubble up to the caller instead of being caught and returned as a SubmitFail{} result. This violates the API's contract and breaks client error handling.
Observed Exception
BearerClosed "<socket: 12> closed when reading data, waiting on next header True"