type github.com/jackc/pgconn.PgError
10 uses
github.com/jackc/pgconn (current package)
errors.go#L35: type PgError struct {
errors.go#L55: func (pe *PgError) Error() string {
errors.go#L60: func (pe *PgError) SQLState() string {
pgconn.go#L35: type Notice PgError
pgconn.go#L153: } else if pgerr, ok := err.(*PgError); ok {
pgconn.go#L267: if err, ok := err.(*PgError); ok {
pgconn.go#L799: func ErrorResponseToPgError(msg *pgproto3.ErrorResponse) *PgError {
pgconn.go#L800: return &PgError{
github.com/jackc/pgconn/stmtcache
lru.go#L92: pgErr, ok := err.(*pgconn.PgError)
golang.org/x/pkgsite/internal/database
database.go#L230: var gerr *pgconn.PgError
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |