Searched defs:inner_error (Results 1 – 2 of 2) sorted by relevance
44 ErrorPtr inner_error) { in Create()78 ErrorPtr inner_error = inner_error_ ? inner_error_->Clone() : nullptr; in Clone() local102 ErrorPtr inner_error) in Error()
51 let inner_error = std::io::Error::new(std::io::ErrorKind::NotFound, "file not found"); in test_io_error_chaining() localVariable