Function bitcoin_cli::parse_error
source · pub fn parse_error(error: &UniValue, str_print: &mut String, n_ret: &mut i32)
Expand description
| Parse UniValue error to update the message | to print to std::cerr and the code to | return. |