Skip to content

Commit 4008b9e

Browse files
committed
v3_5_experimental: add new error
1 parent a7e36b7 commit 4008b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/shared/errors/errors.go

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ var (
8585
ErrInvalidProxy = errors.New("proxies must be http(s)")
8686
ErrInsecureProxy = errors.New("insecure plaintext HTTP proxy specified for HTTPS resources")
8787
ErrPathConflictsSystemd = errors.New("path conflicts with systemd unit or dropin")
88+
ErrPathConflictsParentDir = errors.New("path conflicts with parent directory of another file, link, or directory")
8889

8990
// Systemd section errors
9091
ErrInvalidSystemdExt = errors.New("invalid systemd unit extension")

0 commit comments

Comments
 (0)