We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As requested by @kim, the error message must follow this convention:
{"jsonrpc":"2.0","error":{"code":-2146233033,"message":"One of the identified items was in an invalid format."},"id":1}
To find more about the context of this issue read here
TODO: refactor the errors methods in the errors.go file accordingly and amends all tests.
The text was updated successfully, but these errors were encountered:
Today my PR was merged into neo-project/neo, and I can change that in our repo
Sorry, something went wrong.
Wait until #135 will be merged
Fix nspcc-dev#140 (improve error message)
09acaf9
- return errors like in C# code (neo-project/neo#587) - update tests - small refactoring
20bb05b
No branches or pull requests
As requested by @kim, the error message must follow this convention:
{"jsonrpc":"2.0","error":{"code":-2146233033,"message":"One of the identified items was in an invalid format."},"id":1}
To find more about the context of this issue read here
TODO: refactor the errors methods in the errors.go file accordingly and amends all tests.
The text was updated successfully, but these errors were encountered: