We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be928cb commit 3b4805bCopy full SHA for 3b4805b
pkg/client/error.go
@@ -11,7 +11,7 @@ const (
11
)
12
13
var (
14
- ErrInvalidEndpoint = errors.NewDefault(ErrInvalidEndpointCode, "Endpoint not reachable")
+ ErrInvalidEndpoint = errors.NewDefault(ErrInvalidEndpointCode, "Endpoint is unavailable or endpoint is unreachable")
15
ErrResponseNil = errors.NewDefault(ErrResponseNilCode, "Response is nil from the generator")
16
17
0 commit comments