Can I find a list of possible error codes and their meanings for bitcoin-cli?

6

1

Can I find a list of all of the error codes and their meanings which a bitcoin node can return when using the RPC commands?

Adam Baranyai

Posted 2017-09-18T12:02:22.083

Reputation: 239

Answers

7

Here is the list inside the Bitcoin Core v0.15.0.1 source code:

https://github.com/bitcoin/bitcoin/blob/v0.15.0.1/src/rpc/protocol.h#L32L87

Pieter Wuille

Posted 2017-09-18T12:02:22.083

Reputation: 54 032

0

pebwindkraft

Posted 2017-09-18T12:02:22.083

Reputation: 4 568