Home
last modified time | relevance | path

Searched defs:DecodeError (Results 1 – 12 of 12) sorted by relevance

/tonic/tonic-types/src/richer_error/
H A Dmod.rs175 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 Drequest_info.rs56 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 Ddebug_info.rs53 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 Dloc_message.rs57 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 Dretry_info.rs68 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 Dresource_info.rs69 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 Derror_info.rs69 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 Dhelp.rs111 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 Dbad_request.rs115 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 Dquota_failure.rs112 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 Dprec_failure.rs135 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 Dmod.rs305 DecodeError(prost::DecodeError), enumerator