Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silent failures during "findMultipleEntity" calls #231

Open
joncampbelldev opened this issue Aug 9, 2018 · 0 comments
Open

Silent failures during "findMultipleEntity" calls #231

joncampbelldev opened this issue Aug 9, 2018 · 0 comments

Comments

@joncampbelldev
Copy link
Contributor

joncampbelldev commented 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.

@joncampbelldev joncampbelldev changed the title Problem with exceptions during "findMultipleEntity" calls Silent failures during "findMultipleEntity" calls Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant