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 845988c commit ce78e3cCopy full SHA for ce78e3c
1 file changed
pkg/db/errors.go
@@ -33,6 +33,7 @@ var KnownErrors = map[string]string{
33
"resource limit exceeded": models.NetErrorResourceLimitExceeded,
34
"Write on stream": models.NetErrorWriteOnStream,
35
"can't assign requested address": models.NetErrorCantAssignRequestedAddress, // transient error
36
+ "cannot assign requested address": models.NetErrorCantAssignRequestedAddress, // transient error
37
"connection gated": models.NetErrorConnectionGated, // transient error
38
}
39
@@ -52,6 +53,7 @@ var knownErrorsPrecedence = []string{
52
53
"i/o timeout",
54
"RPC timeout",
55
"no recent network activity",
56
+ "cannot assign requested address",
57
"can't assign requested address",
58
"connection gated",
59
"connection refused",
0 commit comments