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
RestApiExceptions thrown during "findMultipleEntity" are silently discarded and an empty list returned. This makes debugging and even detection of issues quite a bit harder.
Is this an intentional decision in the SDK design or can it be fixed? (I guess backwards compatibility would require it to be a new method instead of a change to the existing method).
My current workaround has been to reimplement the contents of the "StandardBullhornData.findMultipleEntity" method in my own code whilst removing outermost try/catch.
The text was updated successfully, but these errors were encountered:
joncampbelldev
changed the title
Problem with exceptions during "findMultipleEntity" calls
Silent failures during "findMultipleEntity" calls
Aug 9, 2018
RestApiExceptions thrown during "findMultipleEntity" are silently discarded and an empty list returned. This makes debugging and even detection of issues quite a bit harder.
Is this an intentional decision in the SDK design or can it be fixed? (I guess backwards compatibility would require it to be a new method instead of a change to the existing method).
My current workaround has been to reimplement the contents of the "StandardBullhornData.findMultipleEntity" method in my own code whilst removing outermost try/catch.
The text was updated successfully, but these errors were encountered: