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

Method HandleErrorPacket

IceFireDB-SQLite/pkg/mysql/client/conn.go:304–306  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

302}
303
304func (c *Conn) HandleErrorPacket(data []byte) error {
305 return c.handleErrorPacket(data)
306}
307
308func (c *Conn) ReadOKPacket() (*Result, error) {
309 return c.readOK()

Callers

nothing calls this directly

Calls 1

handleErrorPacketMethod · 0.95

Tested by

no test coverage detected