in shenyu-client-rust/src/error.rs [38:40]
fn from(val: ShenYuError) -> Self { Error::new(std::io::ErrorKind::Other, val.message) }