Home
last modified time | relevance | path

Searched defs:err (Results 1 – 7 of 7) sorted by relevance

/tonic/tests/integration_tests/tests/
H A Dtimeout.rs21 let err = res.unwrap_err(); in cancelation_on_timeout() localVariable
40 let err = res.unwrap_err(); in picks_server_timeout_if_thats_sorter() localVariable
59 let err = res.unwrap_err(); in picks_client_timeout_if_thats_sorter() localVariable
H A Dconnection.rs66 let err = res.unwrap_err(); in connect_returns_err_via_call_after_connected() localVariable
110 let err = client.unary_call(Request::new(Input {})).await.unwrap_err(); in connect_lazy_reconnects_after_first_failure() localVariable
H A Dhttp2_max_header_list_size.rs63 let err = client.unary_call(Request::new(Input {})).await.unwrap_err(); in test_http_max_header_list_size_and_long_errors() localVariable
H A Dstatus.rs55 let err = channel in status_with_details() localVariable
113 let err = channel in status_with_metadata() localVariable
/tonic/tonic/src/transport/channel/service/
H A Dadd_origin.rs45 let err = crate::transport::Error::new_invalid_uri(); in call() localVariable
/tonic/examples/src/streaming/
H A Dserver.rs16 let mut err: &(dyn Error + 'static) = err_status; in match_for_io_error() localVariable
/tonic/tonic/src/
H A Dstatus.rs336 let err = match err.downcast::<Status>() { in try_from_error() localVariable
344 let err = match err.downcast::<h2::Error>() { in try_from_error() localVariable
436 let err: Box<dyn Error + Send + Sync> = err.into(); in map_error() localVariable
947 let err = orig.to_h2_error(); in to_h2_error() localVariable