Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Derror.rs52 let outer_error = Error::IoError(inner_error); in test_io_error_chaining() localVariable
54 assert!(outer_error.to_string().contains("file not found")); in test_io_error_chaining()