Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.3
-
None
-
Unknown
Description
I'm not quite sure what exception handling looks like when it's getting passed around but this callback code is swallowing the exception:
Exception coming into this callback was (paraphrasing) "Salesforce didn't like one of the parameters to the REST API" and then this code tries to unmarshal the response and throws an unmarshalling error.
Workaround for now is to fix the API error so this code can unmarshal successfully.