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 13a4b3f commit 07e665fCopy full SHA for 07e665f
maintnotifications/errors.go
@@ -62,7 +62,7 @@ var (
62
// circuit breaker errors
63
var (
64
// ErrCircuitBreakerOpen is returned when the circuit breaker is open
65
- ErrCircuitBreakerOpen = errors.New("" + logs.CircuitBreakerOpenErrorMessage)
+ ErrCircuitBreakerOpen = errors.New(logs.CircuitBreakerOpenErrorMessage)
66
)
67
68
// circuit breaker configuration errors
0 commit comments