Home
last modified time | relevance | path

Searched defs:ErrorInfo (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Derror_info.rs16 pub struct ErrorInfo { struct
32 impl ErrorInfo { argument
56 impl IntoAny for ErrorInfo { implementation
67 impl FromAny for ErrorInfo { implementation
74 impl FromAnyRef for ErrorInfo { implementation
83 impl From<pb::ErrorInfo> for ErrorInfo { implementation
93 impl From<ErrorInfo> for pb::ErrorInfo { implementation
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs121 pub struct ErrorInfo { struct
127 pub reason: ::prost::alloc::string::String,
135 pub domain: ::prost::alloc::string::String,
145 pub metadata: ::std::collections::HashMap<
/tonic/tonic-types/proto/
H A Derror_details.proto113 message ErrorInfo { message
/tonic/tonic-types/src/richer_error/
H A Dmod.rs346 fn get_details_error_info(&self) -> Option<ErrorInfo>; in get_details_error_info()
644 fn get_details_error_info(&self) -> Option<ErrorInfo> { in get_details_error_info()
732 fn get_details_error_info(&self) -> Option<ErrorInfo>; in get_details_error_info()
888 fn get_details_error_info(&self) -> Option<ErrorInfo> { in get_details_error_info()
/tonic/tonic-types/src/richer_error/error_details/
H A Dvec.rs21 ErrorInfo(ErrorInfo), enumerator
H A Dmod.rs400 pub fn error_info(&self) -> Option<&ErrorInfo> { in error_info()