Home
last modified time | relevance | path

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

/tonic/tonic/src/metadata/
H A Dmod.rs42 pub mod errors { module
/tonic/tonic/src/transport/channel/service/
H A Dtls.rs63 let rustls_native_certs::CertificateResult { certs, errors, .. } = in new()
65 if !errors.is_empty() { in new()
/tonic/tonic-types/proto/
H A Dstatus.proto34 // [API Design Guide](https://cloud.google.com/apis/design/errors).
H A Derror_details.proto116 // domain of errors. This should be at most 63 characters and match
/tonic/
H A DCHANGELOG.md277 * Handle interceptor errors as responses ([#840](https://github.com/hyperium/tonic/issues/840)) ([#…
334 * **transport:** Correctly map hyper errors ([#629](https://github.com/hyperium/tonic/issues/629)) …
504 * **transport:** Propagate errors in tls_config instead of unwrap/panic ([#385](https://github.com/…