Home
last modified time | relevance | path

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

/tonic/tonic-types/src/richer_error/
H A Dmod.rs175 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError>; in check_error_details() method
606 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError> { in check_error_details() method
609 status.check_error_details() in check_error_details()
613 self.check_error_details().unwrap_or_default() in get_error_details()
699 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError>; in check_error_details() method
760 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError> { in check_error_details() method
803 self.check_error_details().unwrap_or_default() in get_error_details()
1038 let ext_details = match status_from_vec.check_error_details() { in gen_status_with_details()