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
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
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.
The text was updated successfully, but these errors were encountered:
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" }
The text was updated successfully, but these errors were encountered: