()
| 29 | } |
| 30 | |
| 31 | func (p *pgErrorImplementation) Error() string { |
| 32 | return fmt.Sprintf("pg error: %s", p.sqlState) |
| 33 | } |
| 34 | |
| 35 | func (p *pgErrorImplementation) SQLState() string { |
| 36 | return p.sqlState |
nothing calls this directly
no outgoing calls
no test coverage detected