var github.com/jackc/pgx/v4.ErrTxClosed

22 uses

	github.com/jackc/pgx/v4 (current package)
		tx.go#L61: var ErrTxClosed = errors.New("tx is closed")
		tx.go#L107: 		if !(rollbackErr == nil || errors.Is(rollbackErr, ErrTxClosed)) {
		tx.go#L177: 		return nil, ErrTxClosed
		tx.go#L191: 		return ErrTxClosed
		tx.go#L201: 		if !(rollbackErr == nil || errors.Is(rollbackErr, ErrTxClosed)) {
		tx.go#L218: 		return ErrTxClosed
		tx.go#L242: 		return ErrTxClosed
		tx.go#L264: 		return nil, ErrTxClosed
		tx.go#L274: 		err := ErrTxClosed
		tx.go#L290: 		return nil, ErrTxClosed
		tx.go#L299: 		return 0, ErrTxClosed
		tx.go#L308: 		return &batchResults{err: ErrTxClosed}
		tx.go#L333: 		return nil, ErrTxClosed
		tx.go#L341: 		return ErrTxClosed
		tx.go#L350: 		return ErrTxClosed
		tx.go#L363: 		return ErrTxClosed
		tx.go#L374: 		return nil, ErrTxClosed
		tx.go#L383: 		return nil, ErrTxClosed
		tx.go#L393: 		err := ErrTxClosed
		tx.go#L409: 		return nil, ErrTxClosed
		tx.go#L418: 		return 0, ErrTxClosed
		tx.go#L427: 		return &batchResults{err: ErrTxClosed}