Skip to content

Commit 3b4805b

Browse files
authored
Update error.go
1 parent be928cb commit 3b4805b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
)
1212

1313
var (
14-
ErrInvalidEndpoint = errors.NewDefault(ErrInvalidEndpointCode, "Endpoint not reachable")
14+
ErrInvalidEndpoint = errors.NewDefault(ErrInvalidEndpointCode, "Endpoint is unavailable or endpoint is unreachable")
1515
ErrResponseNil = errors.NewDefault(ErrResponseNilCode, "Response is nil from the generator")
1616
)
1717

0 commit comments

Comments
 (0)