Author

Topic: Nonzero exit code (Read 658 times)

hero member
Activity: 521
Merit: 522
Developer - EthicHacker - BTC enthusiast
March 05, 2016, 06:58:53 AM
#5
Hello!

Bitcoin RPC return message like this - Nonzero exit code: 3

Could you please recommend link with all "Nonzero exit code: 3" for bitcoin ?

Thanks!

you can find all rpc error codes in  src/rpc/protocol.h

Thanks, yes, but how about detailed description ?
for example

RPC_TYPE_ERROR                  = -3,  //! Unexpected type was passed as parameter

Can I find more details about error code ?

this error means you used a wrong/unexpected parameter type. but this RPC_TYPE_ERROR can happen in different cases. only to name 2 of them: "Invalid address", "Invalid amount for send", ...

like grue said already - you have to post the parameter you used and the corresponding rpc method. without this information we can not help you further.

legendary
Activity: 2058
Merit: 1431
March 04, 2016, 07:44:05 PM
#4
We can't help you if you don't tell us what request you're sending.
newbie
Activity: 15
Merit: 1
March 04, 2016, 12:27:56 PM
#3
Hello!

Bitcoin RPC return message like this - Nonzero exit code: 3

Could you please recommend link with all "Nonzero exit code: 3" for bitcoin ?

Thanks!

you can find all rpc error codes in  src/rpc/protocol.h

Thanks, yes, but how about detailed description ?
for example

RPC_TYPE_ERROR                  = -3,  //! Unexpected type was passed as parameter

Can I find more details about error code ?
hero member
Activity: 521
Merit: 522
Developer - EthicHacker - BTC enthusiast
March 04, 2016, 09:27:27 AM
#2
Hello!

Bitcoin RPC return message like this - Nonzero exit code: 3

Could you please recommend link with all "Nonzero exit code: 3" for bitcoin ?

Thanks!

you can find all rpc error codes in  src/rpc/protocol.h
newbie
Activity: 15
Merit: 1
March 02, 2016, 12:58:51 PM
#1
Hello!

Bitcoin RPC return message like this - Nonzero exit code: 3

Could you please recommend link with all "Nonzero exit code: 3" for bitcoin ?

Thanks!
Jump to: