Home
last modified time | relevance | path

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

/tonic/examples/src/richer-error/
H A Dclient.rs28 let err_details = status.get_error_details(); in main()
/tonic/tonic-types/src/richer_error/
H A Dmod.rs200 fn get_error_details(&self) -> ErrorDetails; in get_error_details() method
612 fn get_error_details(&self) -> ErrorDetails { in get_error_details() method
704 fn get_error_details(&self) -> ErrorDetails; in get_error_details() method
802 fn get_error_details(&self) -> ErrorDetails { in get_error_details() method
/tonic/tonic-types/
H A DREADME.md86 let err_details = status.get_error_details();