Searched defs:PathError (Results 1 – 3 of 3) 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 {
46 type PathError = fs.PathError talias
64 USBPORT_CREATEDEV_ERROR PathError; member115 USBPORT_INITDEV_ERROR PathError; member