pub fn map_error<E>(err: E) -> Error<String, Value>where E: Display,
Maping other error type to JSONRPC Error
Error