Searched defs:PathError (Results 1 – 6 of 6) sorted by relevance
250 type PathError struct { struct251 Op string252 Path string253 Err error256 func (e *PathError) Error() string { return e.Op + " " + e.Path + ": " + e.Err.Error() }258 func (e *PathError) Unwrap() error { return e.Err }261 func (e *PathError) Timeout() bool {
5 struct PathError { struct10 impl fmt::Display for PathError { implementation16 impl error::Error for PathError { implementation
15 pub enum PathError { enum25 impl Display for PathError { implementation42 impl core::error::Error for PathError {} implementation47 pub fn validate_path<P: AsRef<Path>>(path: P) -> Result<(), PathError> { in validate_path() argument
46 type PathError = fs.PathError talias
64 USBPORT_CREATEDEV_ERROR PathError; member115 USBPORT_INITDEV_ERROR PathError; member