-
Notifications
You must be signed in to change notification settings - Fork 610
Error objects are different in v2 and v3 #759
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
Comments
Differences:
|
The error difference described is an intended difference in SDK versions - v2 here performed client side validation (throwing this exception code explicitly here) and v3 does not. This results in v3 sending the request and receiving the error shown above, and is an intentional improvement. Closing this as the remaining issue in it is a duplicate of the more clearly described #763. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the bug
Error objects are different in v2 and v3
SDK version number
Is the issue in the browser/Node.js?
Node.js
Details of the browser/Node.js version
To Reproduce (observed behavior)
Reproduced using the following code:
Output:
Expected behavior
Creating this issue for documenting Expected behavior
The text was updated successfully, but these errors were encountered: