Closed juliancwirko closed 1 year ago
@andreibancioiu any feedback on this one? It prevents proper error handling when using the lib as is.
We require all commits to be signed - perhaps the public key isn't configured in your GitHub account?
PR re-did here: https://github.com/multiversx/mx-sdk-js-network-providers/pull/37
Hi, I've changed the laptop and removed the old GPG key. Sorry. So I'll track the #37 thanks
We've released the fix in v1.3.0
.
Thank you :pray:
Where the
errorData.message
exists, it will be better to return it first and thenerrorData.error
as a fallback.Example:
doPost
to transactions endpoint, I can get:So in the current state, instead of getting a proper, well-formatted message, I will get only a
Bad request
that doesn't tell much.