Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastax/cql-proxy
/ Error
Method
Error
proxycore/errors.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(e CqlError) Error() string {
47
return
fmt.Sprintf(
"cql error: %v"
, e.Message)
48
}
49
50
func
isCriticalErr(err error) bool {
51
// Anything that's not a temporary unavailability
Callers
15
TestProxy_Retries
Function · 0.45
TestProxy_PreparedRetries
Function · 0.45
TestProxy_BatchRetries
Function · 0.45
TestProxy_RetryGraphQueries
Function · 0.45
OnEvent
Method · 0.45
handle
Method · 0.45
encodeTypeFatal
Method · 0.45
isIdempotent
Method · 0.45
isSelect
Method · 0.45
Receive
Method · 0.45
handlePrepare
Method · 0.45
handleQuery
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestProxy_Retries
Function · 0.36
TestProxy_PreparedRetries
Function · 0.36
TestProxy_BatchRetries
Function · 0.36
TestProxy_RetryGraphQueries
Function · 0.36
TestPartialQueryCodec_Decode_Invalid
Function · 0.36
TestPartialExecuteCodec_Decode_Invalid
Function · 0.36
TestPartialBatchCodec_Decode_Invalid
Function · 0.36
TestConnect_Failures
Function · 0.36
TestConnectPool_InvalidAuth
Function · 0.36
TestConnectPool_AuthExpected
Function · 0.36
TestConnectPool_InvalidProtocolVersion
Function · 0.36
TestConnectPool_InvalidKeyspace
Function · 0.36