github.com/jackc/pgx/v4.batchResults.err (field)

15 uses

	github.com/jackc/pgx/v4 (current package)
		batch.go#L54: 	err  error
		batch.go#L61: 	if br.err != nil {
		batch.go#L62: 		return nil, br.err
		batch.go#L110: 	if br.err != nil {
		batch.go#L111: 		return &connRows{err: br.err, closed: true}, br.err
		batch.go#L148: 	if br.err != nil {
		batch.go#L149: 		return br.err
		conn.go#L739: 				return &batchResults{ctx: ctx, conn: c, err: err}
		conn.go#L773: 				return &batchResults{ctx: ctx, conn: c, err: err}
		conn.go#L794: 			return &batchResults{ctx: ctx, conn: c, err: fmt.Errorf("mismatched param and argument count")}
		conn.go#L799: 			return &batchResults{ctx: ctx, conn: c, err: err}
		conn.go#L805: 				return &batchResults{ctx: ctx, conn: c, err: err}
		tx.go#L308: 		return &batchResults{err: ErrTxClosed}
		tx.go#L427: 		return &batchResults{err: ErrTxClosed}