Java CloudCode log all errors

I’m looking for a way to log any failed Java CloudCode API request that does not involve wrapping every API service method in a try/catch block, individually.

Is there a way to override the method that generates a failed HTTP response? Or potentially some other way for me to configure/inject into that flow the logic to detect a bad HTTP response and log it?

Hello @Mark_Moline

As far as I know, there is no solution for this problem for Java SDK.

Regards

Gotcha. Thanks!