Searched defs:notExistError (Results 1 – 2 of 2) sorted by relevance
393 type notExistError struct { struct394 err error401 func (e notExistError) Error() string {405 func (notExistError) Is(target error) bool {409 func (e notExistError) Unwrap() error {
44 type notExistError struct { struct45 err error48 func (e notExistError) Error() string { return e.err.Error() }49 func (notExistError) Is(err error) bool { return err == fs.ErrNotExist }