-
Notifications
You must be signed in to change notification settings - Fork 113
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
Unable to construct ShopifyErrorResponseException #36
Comments
BTW this also happens for:
|
Yeah @nata7che . The Shopify errors that they throw on their REST API aren't formatted in any certain way. We've added what we needed to handle around certain field errors and bubbling up everything else. Unfortunately, i haven't seen anything myself in their documentation that we'd be able to predict the format of the errors, but definitely open to hearing any suggestions on better ways of handling this. |
I want to add that I'm also seeing something similar for Shopify 402 errors:
|
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of |
When performing a
GET
method and getting a bad access token error, the sdk is unable to construct the ShopifyErrorResponseException object:The text was updated successfully, but these errors were encountered: