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

Interface pgError

errors.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type pgError interface {
15 SQLState() string
16}
17
18// legacyPGError is an interface used by previous versions of github.com/lib/pq.
19// It is provided only to support legacy code. New code should use the pgError

Callers 1

isErrorCodeFunction · 0.95

Implementers 1

pgErrorImplementationerrors_test.go

Calls

no outgoing calls

Tested by

no test coverage detected