Home
last modified time | relevance | path

Searched defs:ErrorDetail (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-types/src/richer_error/error_details/
H A Dvec.rs10 pub enum ErrorDetail { enum
42 impl From<RetryInfo> for ErrorDetail { implementation
48 impl From<DebugInfo> for ErrorDetail { implementation
54 impl From<QuotaFailure> for ErrorDetail { implementation
60 impl From<ErrorInfo> for ErrorDetail { implementation
66 impl From<PreconditionFailure> for ErrorDetail { implementation
72 impl From<BadRequest> for ErrorDetail { implementation
78 impl From<RequestInfo> for ErrorDetail { implementation
84 impl From<ResourceInfo> for ErrorDetail { implementation
90 impl From<Help> for ErrorDetail { implementation
[all …]
/tonic/tonic-types/src/richer_error/
H A Dmod.rs229 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError>; in check_error_details_vec()
258 fn get_error_details_vec(&self) -> Vec<ErrorDetail>; in get_error_details_vec()
616 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError> { in check_error_details_vec()
622 fn get_error_details_vec(&self) -> Vec<ErrorDetail> { in get_error_details_vec()
712 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError>; in check_error_details_vec()
716 fn get_error_details_vec(&self) -> Vec<ErrorDetail>; in get_error_details_vec()
806 fn check_error_details_vec(&self) -> Result<Vec<ErrorDetail>, DecodeError> { in check_error_details_vec()
848 fn get_error_details_vec(&self) -> Vec<ErrorDetail> { in get_error_details_vec()