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

Error messages from bullhorn REST SDK not helpful in debugging issues #217

Open
maheedhar-randstad opened this issue May 10, 2018 · 0 comments

Comments

@maheedhar-randstad
Copy link

  1. Rest API fails with generic messages leaving no way to diagnose the issue. Generic messages such as

We get the following exceptions on calls such as findEntity and insertEntity that does not explain why it fails so we are unable to deduce if this is caused by bad data on our end or something else

com.bullhornsdk.data.exception.RestApiException: { "errorMessage" : "An internal error has occurred", "errorMessageKey" : "errors.internalError" } 

  1. updateEntity fails and the response object returned has response.isError() set to true but other data to help diagnose such as response.getErrorCode() and response.getErrorMessage() are not present. Another case where it is not possible to diagnose the issue.
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