MCPcopy 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
46func (e CqlError) Error() string {
47 return fmt.Sprintf("cql error: %v", e.Message)
48}
49
50func isCriticalErr(err error) bool {
51 // Anything that's not a temporary unavailability

Callers 15

TestProxy_RetriesFunction · 0.45
TestProxy_BatchRetriesFunction · 0.45
OnEventMethod · 0.45
handleMethod · 0.45
encodeTypeFatalMethod · 0.45
isIdempotentMethod · 0.45
isSelectMethod · 0.45
ReceiveMethod · 0.45
handlePrepareMethod · 0.45
handleQueryMethod · 0.45

Calls

no outgoing calls