MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / HandleErrorPacket

Method HandleErrorPacket

IceFireDB-SQLProxy/pkg/mysql/client/conn.go:309–311  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

307}
308
309func (c *Conn) HandleErrorPacket(data []byte) error {
310 return c.handleErrorPacket(data)
311}
312
313func (c *Conn) ReadOKPacket() (*Result, error) {
314 return c.readOK()

Callers

nothing calls this directly

Calls 1

handleErrorPacketMethod · 0.95

Tested by

no test coverage detected