You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all,
There is a typo on "SimpleSubmitExample" class on line 74. It won't print error log because the error object is in the error title not as an object : LOGGER.error("Receive negative response, e");
It should be : LOGGER.error("Receive negative response", e);
Excuse my grammar
Good luck
The text was updated successfully, but these errors were encountered:
Hello all,
There is a typo on "SimpleSubmitExample" class on line 74. It won't print error log because the error object is in the error title not as an object :
LOGGER.error("Receive negative response, e");
It should be :
LOGGER.error("Receive negative response", e);
Excuse my grammar
Good luck
The text was updated successfully, but these errors were encountered: