| /tonic/tonic-types/src/richer_error/ |
| H A D | mod.rs | 175 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError>; in check_error_details() argument 229 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError>; in check_error_details_vec() argument 606 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError> { in check_error_details() argument 616 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError> { in check_error_details_vec() argument 699 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError>; in check_error_details() argument 712 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError>; in check_error_details_vec() argument 760 fn check_error_details(&self) -> Result<ErrorDetails, DecodeError> { in check_error_details() argument 806 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError> { in check_error_details_vec() argument
|
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | request_info.rs | 56 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 62 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | debug_info.rs | 53 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 59 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | loc_message.rs | 57 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 63 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | retry_info.rs | 68 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 74 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | resource_info.rs | 69 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 75 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | error_info.rs | 69 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 75 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | help.rs | 111 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 117 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | bad_request.rs | 115 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 121 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | quota_failure.rs | 112 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 118 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| H A D | prec_failure.rs | 135 fn from_any(any: Any) -> Result<Self, DecodeError> { in from_any() argument 141 fn from_any_ref(any: &Any) -> Result<Self, DecodeError> { in from_any_ref() argument
|
| /tonic/tonic-reflection/src/server/ |
| H A D | mod.rs | 305 DecodeError(prost::DecodeError), enumerator
|