Skip to content

Commit

Permalink
update error format
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 31, 2024
1 parent 56b93c8 commit 20f2053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/controller/internal/controller/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,5 @@ func defaultErrMessage(err error, defaultMessage string) string {
}

func notFoundOrReadyErrorMessage(err error) string {
return fmt.Sprintf("unable to find referenced object or is not ready yet, got error: %s", err.Error())
return fmt.Sprintf("Referenced object is either not found or not ready, found error: %s", err.Error())
}

0 comments on commit 20f2053

Please sign in to comment.