Function to_error_code_message

Source
pub fn to_error_code_message(e: &ExplorerdError) -> (i32, String)
Expand description

Helper function to convert ExplorerdRpcError into error code with corresponding error message.