Searched refs:or_service_specific_exception_with (Results 1 – 1 of 1) sorted by relevance
428 fn or_service_specific_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_service_specific_exception_with() method449 self.or_service_specific_exception_with(error_code, |e| format!("{:?}", e)) in or_service_specific_exception()452 fn or_service_specific_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_service_specific_exception_with() method516 .or_service_specific_exception_with(-42, |e| format!("outer message: {:?}", e)); in convert_to_service_specific_exception_with()