Home
last modified time | relevance | path

Searched refs:bad_req (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Dbad_request.rs123 let bad_req = pb::BadRequest::decode(buf)?; in from_any_ref() localVariable
125 Ok(bad_req.into()) in from_any_ref()
/tonic/tonic-types/src/richer_error/
H A Dmod.rs570 ErrorDetail::BadRequest(bad_req) => { in with_error_details_vec_and_metadata()
571 conv_details.push(bad_req.into_any()); in with_error_details_vec_and_metadata()