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

Struct MyError

IceFireDB-SQLite/pkg/mysql/mysql/error.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type MyError struct {
17 Code uint16
18 Message string
19 State string
20}
21
22func (e *MyError) Error() string {
23 return fmt.Sprintf("ERROR %d (%s): %s", e.Code, e.State, e.Message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected