Skip to content

Commit

Permalink
v3_5_experimental: add new error
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Jan 25, 2024
1 parent a7e36b7 commit 4008b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/shared/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ var (
ErrInvalidProxy = errors.New("proxies must be http(s)")
ErrInsecureProxy = errors.New("insecure plaintext HTTP proxy specified for HTTPS resources")
ErrPathConflictsSystemd = errors.New("path conflicts with systemd unit or dropin")
ErrPathConflictsParentDir = errors.New("path conflicts with parent directory of another file, link, or directory")

// Systemd section errors
ErrInvalidSystemdExt = errors.New("invalid systemd unit extension")
Expand Down

0 comments on commit 4008b9e

Please sign in to comment.