Skip to content

Commit

Permalink
Improve verbosity of ErrSendingRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
srisco committed Feb 23, 2022
1 parent 6533355 commit ebad48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
// ErrMakingRequest error message for making requests
ErrMakingRequest = errors.New("error making the request")
// ErrSendingRequest error message for sending requests
ErrSendingRequest = errors.New("error sending the request")
ErrSendingRequest = errors.New("unable to communicate with the cluster, please check that the endpoint is well typed and accessible")
)

// Cluster defines the configuration of an OSCAR cluster
Expand Down

0 comments on commit ebad48b

Please sign in to comment.