Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs202 RpcStatus::with_details_and_error_string(code, message, details, String::new()) in with_details()
210 pub fn with_details_and_error_string<T: Into<RpcStatusCode>>( in with_details_and_error_string() method
319 RpcStatus::with_details_and_error_string(status, message, details, error_string) in rpc_status()