Home
last modified time | relevance | path

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

/tonic/examples/src/richer-error/
H A Dclient_vec.rs28 let err_details = status.get_error_details_vec(); in main()
/tonic/tonic-types/
H A DREADME.md114 [`StatusExt::with_error_details_vec`] and [`StatusExt::get_error_details_vec`]
134 [`StatusExt::get_error_details_vec`]: https://docs.rs/tonic-types/latest/tonic_types/trait.StatusEx…
/tonic/tonic-types/src/richer_error/
H A Dmod.rs258 fn get_error_details_vec(&self) -> Vec<ErrorDetail>; in get_error_details_vec() method
622 fn get_error_details_vec(&self) -> Vec<ErrorDetail> { in get_error_details_vec() method
716 fn get_error_details_vec(&self) -> Vec<ErrorDetail>; in get_error_details_vec() method
848 fn get_error_details_vec(&self) -> Vec<ErrorDetail> { in get_error_details_vec() method