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

Method Error

errors_test.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (p *pgErrorImplementation) Error() string {
32 return fmt.Sprintf("pg error: %s", p.sqlState)
33}
34
35func (p *pgErrorImplementation) SQLState() string {
36 return p.sqlState

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected