Skip to content

Commit

Permalink
Remove ErrConflict error from service.go
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Apr 3, 2024
1 parent e402231 commit 61e874c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bootstrap/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ var (
// ErrExternalKey indicates a non-existent bootstrap configuration for given external key.
ErrExternalKey = errors.New("failed to get bootstrap configuration for given external key")

// ErrConflict indicates that the entity that the client is trying to create already exists.
ErrConflict = errors.New("Entity already exists")

// ErrExternalKeySecure indicates error in getting bootstrap configuration for given encrypted external key.
ErrExternalKeySecure = errors.New("failed to get bootstrap configuration for given encrypted external key")

Expand Down

0 comments on commit 61e874c

Please sign in to comment.