MCPcopy
hub / github.com/jackc/pgx / Error

Method Error

conn.go:124–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124func (err *proxyError) Error() string { return err.msg }
125
126func (err *proxyError) Unwrap() error { return err.background }
127

Calls

no outgoing calls