Searched refs:ErrorInfo (Results 1 – 8 of 8) sorted by relevance
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | error_info.rs | 16 pub struct ErrorInfo { struct 32 impl ErrorInfo { argument 42 ErrorInfo { in new() 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 85 ErrorInfo { in from() 93 impl From<ErrorInfo> for pb::ErrorInfo { implementation 95 pb::ErrorInfo { in from() [all …]
|
| H A D | mod.rs | 15 pub use error_info::ErrorInfo;
|
| /tonic/tonic-types/src/richer_error/error_details/ |
| H A D | vec.rs | 2 BadRequest, DebugInfo, ErrorInfo, Help, LocalizedMessage, PreconditionFailure, QuotaFailure, 21 ErrorInfo(ErrorInfo), enumerator 60 impl From<ErrorInfo> for ErrorDetail { 61 fn from(err_detail: ErrorInfo) -> Self { in from() 62 ErrorDetail::ErrorInfo(err_detail) in from()
|
| H A D | mod.rs | 4 BadRequest, DebugInfo, ErrorInfo, FieldViolation, Help, HelpLink, LocalizedMessage, 28 pub(crate) error_info: Option<ErrorInfo>, 163 error_info: Some(ErrorInfo::new(reason, domain, metadata)), in with_error_info() 400 pub fn error_info(&self) -> Option<&ErrorInfo> { in error_info() argument 569 self.error_info = Some(ErrorInfo::new(reason, domain, metadata)); in set_error_info()
|
| /tonic/tonic-types/src/richer_error/ |
| H A D | mod.rs | 15 BadRequest, DebugInfo, ErrorInfo, FieldViolation, Help, HelpLink, LocalizedMessage, 346 fn get_details_error_info(&self) -> Option<ErrorInfo>; in get_details_error_info() argument 564 ErrorDetail::ErrorInfo(error_info) => { in with_error_details_vec_and_metadata() 644 fn get_details_error_info(&self) -> Option<ErrorInfo> { in get_details_error_info() argument 732 fn get_details_error_info(&self) -> Option<ErrorInfo>; in get_details_error_info() argument 774 ErrorInfo::TYPE_URL => { in check_error_details() 820 ErrorInfo::TYPE_URL => { in check_error_details_vec() 821 details.push(ErrorInfo::from_any_ref(any)?.into()); in check_error_details_vec() 888 fn get_details_error_info(&self) -> Option<ErrorInfo> { in get_details_error_info() argument 890 if any.type_url.as_str() == ErrorInfo::TYPE_URL { in get_details_error_info() [all …]
|
| /tonic/tonic-types/src/ |
| H A D | lib.rs | 180 BadRequest, DebugInfo, ErrorDetail, ErrorDetails, ErrorInfo, FieldViolation, Help, HelpLink,
|
| /tonic/tonic-types/src/generated/ |
| H A D | google_rpc.rs | 121 pub struct ErrorInfo { struct
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 113 message ErrorInfo { message
|