Home
last modified time | relevance | path

Searched refs:from_error (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic/src/
H A Dstatus.rs311 Self::from_error(err.into()) in from_error_generic()
318 pub fn from_error(err: Box<dyn Error + Send + Sync + 'static>) -> Status { in from_error() method
437 Status::from_error(err) in map_error()
902 let found = Status::from_error(Box::new(orig)); in from_error_status()
911 let found = Status::from_error(orig); in from_error_unknown()
920 let found = Status::from_error(Box::new(orig)); in from_error_nested()
932 let found = Status::from_error(Box::new(orig)); in from_error_h2()