Home
last modified time | relevance | path

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

/tonic/examples/src/richer-error/
H A Dserver_vec.rs42 let status = Status::with_error_details_vec( in say_hello()
/tonic/tonic-types/
H A DREADME.md114 [`StatusExt::with_error_details_vec`] and [`StatusExt::get_error_details_vec`]
133 [`StatusExt::with_error_details_vec`]: https://docs.rs/tonic-types/latest/tonic_types/trait.StatusE…
/tonic/tonic-types/src/richer_error/
H A Dmod.rs142 fn with_error_details_vec( in with_error_details_vec() method
593 fn with_error_details_vec( in with_error_details_vec() method
1032 let status_from_vec = Status::with_error_details_vec( in gen_status_with_details()