Searched refs:stack_entries (Results 1 – 4 of 4) sorted by relevance
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | debug_info.rs | 15 pub stack_entries: Vec<String>, field 26 pub fn new(stack_entries: impl Into<Vec<String>>, detail: impl Into<String>) -> Self { in new() 28 stack_entries: stack_entries.into(), in new() 36 self.stack_entries.is_empty() && self.detail.is_empty() in is_empty() 70 stack_entries: debug_info.stack_entries, in from() 79 stack_entries: debug_info.stack_entries, in from()
|
| /tonic/tonic-types/src/richer_error/error_details/ |
| H A D | mod.rs | 94 stack_entries: impl Into<Vec<String>>, in with_debug_info() 98 debug_info: Some(DebugInfo::new(stack_entries, detail)), in with_debug_info() 468 stack_entries: impl Into<Vec<String>>, in set_debug_info() 471 self.debug_info = Some(DebugInfo::new(stack_entries, detail)); in set_debug_info()
|
| /tonic/tonic-types/src/generated/ |
| H A D | google_rpc.rs | 48 pub stack_entries: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, field
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 48 repeated string stack_entries = 1; field
|