MCPcopy Create free account
hub / github.com/dataddo/pgq / legacyPGErrorImplementation

Struct legacyPGErrorImplementation

errors_test.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type legacyPGErrorImplementation struct {
10 err error
11 fatal bool
12 codes map[byte]string
13}
14
15func (l *legacyPGErrorImplementation) Error() string {
16 return l.err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected