377378379380381382383384385386387
{ getLogger().error("Response from model was null"); } else { resMessage.copyFrom(res); } } catch (Exception ce) { getLogger().error("Unable to copy response to message:", ce);
398399400401402403404405406407408