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

Struct pgErrorImplementation

errors_test.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type pgErrorImplementation struct {
28 sqlState string
29}
30
31func (p *pgErrorImplementation) Error() string {
32 return fmt.Sprintf("pg error: %s", p.sqlState)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected