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

Method Error

pgproto3/pgproto3.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (e *writeError) Error() string {
68 return fmt.Sprintf("write failed: %s", e.err.Error())
69}
70
71func (e *writeError) SafeToRetry() bool {
72 return e.safeToRetry

Calls

no outgoing calls