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?