Related to feature: temporalio/features#624
In #916, a change was made to report gRPC-message-size-too-large error back to the server if the error happened when sending workflow task completion. The same behavior should apply when the error happens on sending WFT failure or query result. See matching PR in Java SDK: temporalio/sdk-java#2604